Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 799 Bytes

File metadata and controls

12 lines (8 loc) · 799 Bytes

JwtModel

Properties

Name Type Description Notes
access_token str The access token issued by the authorization server. [optional]
token_type str The type of the token issued. [optional]
expires_in int The lifetime in seconds of the access token.For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated. If omitted, the authorization server SHOULD provide the expiration time via other means or document the default value. [optional]

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