Interface: IDToken

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[]


exp

• readonly exp: number


iat

• readonly iat: number


iss

• readonly iss: string


sub

• readonly sub: string


auth_time?

• readonly optional auth_time?: number


azp?

• readonly optional azp?: string


cnf?

• readonly optional cnf?: ConfirmationClaims


jti?

• readonly optional jti?: string


nbf?

• readonly optional nbf?: number


nonce?

• readonly optional nonce?: string