Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 548 Bytes

File metadata and controls

15 lines (7 loc) · 548 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.

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