Token information representing a user's access to a resource server, including access token, refresh token, and other related information.
Non-sensitive information about the Token to be used in storage.
The access token.
The client id of the application that minted this token.
The device secret, if requested.
The expiration duration in seconds for this token.
Unique identifier for this token.
The ID token, if requested.
The issued token type, if returned.
The issuer url of the token.
The configuration that was used to fetch this token.
The refresh token, if requested.
The scopes granted when this token was minted.
The string type of the token (e.g. Bearer).
Bearer