The access token string as issued by the authorization server
A number representing the timestamp at which the access token was created
If the access token expires, the server should reply with the duration of time the access token is granted for
Used by clients to exchange a refresh token for an access token when the access token has expired
A string representing the scope of the access token
A string representing the token type, which is always "Bearer"
for OAuth2
Generated using TypeDoc
Access Token which represents the access token received from an OAuth2 authentication request