Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 757 Bytes

OAuthTokenGenerateRequest.md

File metadata and controls

14 lines (10 loc) · 757 Bytes

Dropbox.Sign.Model.OAuthTokenGenerateRequest

Properties

Name Type Description Notes
ClientId string The client id of the app requesting authorization.
ClientSecret string The secret token of your app.
Code string The code passed to your callback when the user granted access.
GrantType string When generating a new token use authorization_code. [default to "authorization_code"]
State string Same as the state you specified earlier.

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