Response Properties

Property

Comments

Example

access_token string

JWT access token

 

expires_in integer<int64>

Access token expiration

 

token_type string

Type of access token

 

Token Expiration

This token will expire in 1 hour for security measures and you should also cache this token to use in the next requests. You should only request a new token after or near its expiration or the Identity Provider will probably be throttling the requests.