Skip to content

Latest commit

 

History

History
77 lines (39 loc) · 1.13 KB

JWTAccessTokenClaims.md

File metadata and controls

77 lines (39 loc) · 1.13 KB

Interface: JWTAccessTokenClaims

💗 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]: undefined | JsonValue

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