ClaimsProvider
Used by classes that contains OAuth2 claims.
This provides common conveniences for interacting with information within those claims.
Functions
List all claims present in the claims data.
Deserialize a specific claim from the claims data in a type safe way.
Used to get access to the claims data in a type safe way.
Inheritors
Extensions
Indicates whether the token is active or not.
The audience of the token.
The acr
claim, Authentication Context Class Reference, associated with the token.
The amr
claim, Authentication Methods References, associated with the token.
The ID of the client associated with the token.
The ID of the device associated with the token.
The user's email address.
The expiration time of the token in seconds since January 1, 1970 UTC.
The person's family, or last, name.
The user's gender.
The person's given, or first, name.
The issuing time of the token in seconds since January 1, 1970 UTC.
The issuer of the token.
The identifier of the token.
The person's middle name.
The full name of the resource.
The person's nickname.
Identifies the time (a timestamp in seconds since January 1, 1970 UTC) before which the token must not be accepted for processing.
The user's phone number.
The person's preferred username.
A space-delimited list of scopes.
The subject of the resource, if available.
The type of token. The value is always Bearer.
The user ID. This parameter is returned only if the token is an access token and the subject is an end user.
The username associated with the token.