Skip to content

JWTClaimsMutable

The mutable JWT claims that can be modified in the createSession function.

Properties

iss?: string

JWT Issuer

sub?: string

JWT Subject

aud?: string | string[]

JWT Audience

nbf?: number

JWT Not Before

exp?: number

JWT Not Before

See Also