Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 536 Bytes

File metadata and controls

16 lines (8 loc) · 536 Bytes

GetTokenRequest

Properties

Name Type Description Notes
code String The authorization code received via the OAuth flow
grantType String Must be set to the string `authorization_code`
clientId String Your OAuth client ID, provisioned during the partner application process
clientSecret String Your OAuth client secret, provisioned during the partner application process