Skip to content

AmeeSession

The session object, that validateSession should return

Properties

session: { user: SessionData, expires: string }

The Session that is provided by the user, and the expiration time in ISO Format.

token: AmeeJWTClaims

The JWT Claims.

See Also