Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 841 Bytes

OAuthTokenGenerateRequest.md

File metadata and controls

15 lines (10 loc) · 841 Bytes

# OAuthTokenGenerateRequest

Properties

Name Type Description Notes
clientId*required string The client id of the app requesting authorization.
clientSecret*required string The secret token of your app.
code*required string The code passed to your callback when the user granted access.
grantType*required string When generating a new token use authorization_code. [default to 'authorization_code']
state*required string Same as the state you specified earlier.

[Back to Model list] [Back to API list] [Back to README]