Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 874 Bytes

OAuthTokenRefreshRequest.md

File metadata and controls

13 lines (8 loc) · 874 Bytes

Dropbox::Sign::OAuthTokenRefreshRequest

Properties

Name Type Description Notes
grant_type*required String When refreshing an existing token use refresh_token. [default to 'refresh_token']
refresh_token*required 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.