Hierarchy

  • JwtPayload

Properties

Properties

aud?: string

Audience, e.g. the recipient(s) who this JWT is intended for.

See

https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.3

exp?: number
sub?: string

Subject, e.g. the subject of the JWT.

See

https://www.rfc-editor.org/rfc/rfc7519.html#section-4.1.2

Generated using TypeDoc