Instance Properties
access_token
access_token: stringAccess Token
Type
- string
expires_in
expires_in: numberAmount of seconds until the token expires
Type
- number
grant_type
grant_type: stringThe grant type, e.g. authorization_code or client_credentials.
Type
- string
refresh_token
refresh_token: stringRefresh Token
Type
- string
token_type
token_type: stringThe token type, usually bearer.
Type
- string