Skip to content

Latest commit

 

History

History
85 lines (46 loc) · 1.47 KB

types.JWTPayload.md

File metadata and controls

85 lines (46 loc) · 1.47 KB

Interface: JWTPayload

💗 Help the project

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

Table of contents

Properties

Properties

aud

Optional aud: string | string[]

JWT Audience RFC7519#section-4.1.3.


exp

Optional exp: number

JWT Expiration Time

see RFC7519#section-4.1.4


iat

Optional iat: number

JWT Issued At

see RFC7519#section-4.1.6


iss

Optional iss: string

JWT Issuer

see RFC7519#section-4.1.1


jti

Optional jti: string

JWT ID

see RFC7519#section-4.1.7


nbf

Optional nbf: number

JWT Not Before

see RFC7519#section-4.1.5


sub

Optional sub: string

JWT Subject

see RFC7519#section-4.1.2