Sha256: 4ff65fcae4e4805feb569c0b23796d764617ca209130cd91f87ab9a8e6af5e37
Contents?: true
Size: 874 Bytes
Versions: 2
Compression:
Stored size: 874 Bytes
Contents
# Dropbox::Sign::OAuthTokenRefreshRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `grant_type`<sup>*_required_</sup> | ```String``` | When refreshing an existing token use `refresh_token`. | [default to 'refresh_token'] | | `refresh_token`<sup>*_required_</sup> | ```String``` | The token provided when you got the expired access token. | | | `client_id` | ```String``` | The client ID for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. | | | `client_secret` | ```String``` | The client secret for your API app. Mandatory from August 1st, 2025. Until then, required if the "Client Credentials Required" setting is enabled for token refresh; optional if disabled. | |
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
dropbox-sign-1.8.0 | docs/OAuthTokenRefreshRequest.md |
dropbox-sign-1.7.0 | docs/OAuthTokenRefreshRequest.md |