Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 947 Bytes

File metadata and controls

15 lines (9 loc) · 947 Bytes

OAuthTokenRefreshRequest

Properties

Name Type Description Notes
grant_type*required str When refreshing an existing token use refresh_token. [default to 'refresh_token']
refresh_token*required str The token provided when you got the expired access token.
client_id str The client ID for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.
client_secret str The client secret for your API app. Required for new API apps. To enhance security, we recommend making it required for existing apps in your app settings.

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