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

Hierarchy

  • JWTPayload

Indexable

[propName: string]: unknown

Properties

Properties

aud?: string | string[]

JWT Audience RFC7519#section-4.1.3.

exp?: number

JWT Expiration Time

See

RFC7519#section-4.1.4

iat?: number

JWT Issued At

See

RFC7519#section-4.1.6

iss?: string

JWT Issuer

See

RFC7519#section-4.1.1

jti?: string
nbf?: number

JWT Not Before

See

RFC7519#section-4.1.5

sub?: string

JWT Subject

See

RFC7519#section-4.1.2