Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1007 Bytes

OAuthTokenRefreshRequest.md

File metadata and controls

14 lines (9 loc) · 1007 Bytes

# OAuthTokenRefreshRequest

Properties

Name Type Description Notes
grantType*required string When refreshing an existing token use refresh_token. [default to 'refresh_token']
refreshToken*required string The token provided when you got the expired access token.
clientId 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.
clientSecret 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.

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