Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 858 Bytes

OAuthTokenGenerateRequest.md

File metadata and controls

15 lines (10 loc) · 858 Bytes

OAuthTokenGenerateRequest

Properties

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

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