Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 735 Bytes

TokenResponse.md

File metadata and controls

14 lines (10 loc) · 735 Bytes

TokenResponse

Properties

Name Type Description Notes
access_token str The generated token. [optional]
expires_in float The number of seconds until the token expires. [optional]
jti str A globally unique identifier for the token. [optional]
scope str A space-delimited list of scopes that the token can be used to access. [optional]
token_type str The type of token that was generated, i.e., `bearer`. [optional]

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