Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.06 KB

File metadata and controls

77 lines (39 loc) · 1.06 KB

Interface: IDToken

💗 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