Interface: JWTAccessTokenClaims

March 19, 2026 · View on GitHub

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.


Indexable

[claim: string]: JsonValue | undefined

Properties

aud

• readonly aud: string | string[]


client_id

• readonly client_id: string


exp

• readonly exp: number


iat

• readonly iat: number


iss

• readonly iss: string


jti

• readonly jti: string


sub

• readonly sub: string


authorization_details?

• readonly optional authorization_details?: AuthorizationDetails[]


cnf?

• readonly optional cnf?: ConfirmationClaims


nbf?

• readonly optional nbf?: number


scope?

• readonly optional scope?: string