types.JWTPayload
Recognized JWT Claims Set members, any other members may also be present.
▪ [propName: string
]: unknown
Any other JWT Claim Set member.
• Optional
aud: string
| string
[]
JWT Audience RFC7519#section-4.1.3.
• Optional
exp: number
JWT Expiration Time - RFC7519#section-4.1.4.
• Optional
iat: number
JWT Issued At - RFC7519#section-4.1.6.
• Optional
iss: string
JWT Issuer - RFC7519#section-4.1.1.
• Optional
jti: string
JWT ID - RFC7519#section-4.1.7.
• Optional
nbf: number
JWT Not Before - RFC7519#section-4.1.5.
• Optional
sub: string
JWT Subject - RFC7519#section-4.1.2.