Skip to content

SessionToken

The session token type for the createSession callback.

Properties

session?: SessionData;

The type that should be passed to Amee as generic.

token?: JWTClaimsMutable;

Mutable JWT claims that can be modified.

See Also