Name | Description | Type | Additional information |
---|---|---|---|
access_token |
The access token string as issued by the authorization server. |
string |
None |
expires_in |
If the access token expires, the server should reply with the duration of time the access token is granted for. |
integer |
None |
token_type |
The type of token this is, typically just the string “bearer”. |
string |
None |
TokenResponse
A token response object. An access token response following OAuth 2.0 format. For more information see here https://www.oauth.com/oauth2-servers/access-tokens/access-token-response/.