Sign in

Type: JwtClaims

Standard JWT claims shared between ID tokens and access tokens.

Indexable

[key: string]: unknown

Additional custom or provider-specific claims.

Properties

PropertyTypeDescription
audstring | string[]Intended audience(s) of the token.
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.
nbf?numberNot-before time (Unix epoch seconds).
substringSubject identifier — uniquely identifies the authenticated user.
© 2024 MonoCloud. All rights reserved.