Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 707 Bytes

OAuthTokenGenerateRequest.md

File metadata and controls

14 lines (9 loc) · 707 Bytes

Dropbox::Sign::OAuthTokenGenerateRequest

Properties

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