Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 881 Bytes

AccessToken.md

File metadata and controls

14 lines (10 loc) · 881 Bytes

AccessToken

Properties

Name Type Description Notes
access_token str Access token. Token has a length of up to 128 characters.
refresh_token str Refresh token. Only set in case of grant_type='password'. Token has a length of up to 128 characters. [optional]
expires_in int Expiration time in seconds. A value of 0 means that the token never expires (unless it is explicitly invalidated, e.g. by revocation, or when a user gets locked).
scope str Requested scopes (it's always 'all')
token_type str Token type (it's always 'bearer')

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