Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 515 Bytes

TokenResponse.md

File metadata and controls

11 lines (8 loc) · 515 Bytes

TokenResponse

Properties

Name Type Description Notes
access_token str The client's access token. [optional]
expires_in int The number of seconds before this token expires. [optional]
token_type str The type of token. [optional]

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