Sha256: b3341010ec91baeb42827c8d0e9bcecbf199f4ffa585f1e4ec8928e3f6374bbe
Contents?: true
Size: 707 Bytes
Versions: 15
Compression:
Stored size: 707 Bytes
Contents
# Dropbox::Sign::OAuthTokenGenerateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `client_id`<sup>*_required_</sup> | ```String``` | The client id of the app requesting authorization. | | | `client_secret`<sup>*_required_</sup> | ```String``` | The secret token of your app. | | | `code`<sup>*_required_</sup> | ```String``` | The code passed to your callback when the user granted access. | | | `grant_type`<sup>*_required_</sup> | ```String``` | When generating a new token use `authorization_code`. | [default to 'authorization_code'] | | `state`<sup>*_required_</sup> | ```String``` | Same as the state you specified earlier. | |
Version data entries
15 entries across 15 versions & 1 rubygems