jose/docs/interfaces/types.jwtpayload.md
2021-03-18 07:51:50 +01:00

2.1 KiB

Interface: JWTPayload

types.JWTPayload

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

Indexable

▪ [propName: string]: any

Any other JWT Claim Set member.

Table of contents

Properties

Properties

aud

Optional aud: string | string[]

JWT Audience RFC7519#section-4.1.3.

Defined in: types.d.ts:492


exp

Optional exp: number

JWT Expiration Time - RFC7519#section-4.1.4.

Defined in: types.d.ts:507


iat

Optional iat: number

JWT Issued At - RFC7519#section-4.1.6.

Defined in: types.d.ts:512


iss

Optional iss: string

JWT Issuer - RFC7519#section-4.1.1.

Defined in: types.d.ts:482


jti

Optional jti: string

JWT ID - RFC7519#section-4.1.7.

Defined in: types.d.ts:497


nbf

Optional nbf: number

JWT Not Before - RFC7519#section-4.1.5.

Defined in: types.d.ts:502


sub

Optional sub: string

JWT Subject - RFC7519#section-4.1.2.

Defined in: types.d.ts:487