Sign in

Type: AccessTokenClaims

Claims contained in a validated OAuth 2.0 access token.

Extends

Indexable

[key: string]: unknown

Additional custom or provider-specific claims.

Properties

PropertyTypeDescription
audstring | string[]Intended audience(s) of the token.
client_id?stringClient ID of the application the token was issued to.
expnumberExpiration time of the token (Unix epoch seconds).
iatnumberTime at which the token was issued (Unix epoch seconds).
issstringIssuer identifier - the authorization server that issued the token.
jti?stringJWT ID (unique identifier for the token).
nbf?numberNot-before time (Unix epoch seconds).
scope?stringOAuth scope associated with the token.
substringSubject identifier — uniquely identifies the authenticated user.
© 2024 MonoCloud. All rights reserved.