← Back to index
interface JWTPayload

Recognized JWT Claims Set members, any other members may also be present.

Index Signatures

🔗
[propName: string]: unknown

Properties

🔗
iss: string

JWT Issuer

🔗
sub: string

JWT Subject

🔗
aud: string | string[]

JWT Audience

🔗
jti: string

JWT ID

🔗
nbf: number

JWT Not Before

🔗
exp: number

JWT Expiration Time

🔗
iat: number

JWT Issued At