Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 684 Bytes

OAuthTokenGenerateRequest.md

File metadata and controls

18 lines (9 loc) · 684 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.
state*required String Same as the state you specified earlier.