Access token getter.
Session getter.
Create the main handlers for your api routes.
Logout handler which will clear the local session and the Auth0 session.
Callback handler which will complete the transaction and create a local session.
Login handler which will redirect the user to Auth0.
Logout handler which will clear the local session and the Auth0 session.
Profile handler which return profile information about the user.
Update the expiry of a rolling session when autoSave is disabled.
Append properties to the user.
Helper that adds auth to an API route.
Add auth to your middleware functions.
Helper that adds auth to a Page route.
The SDK server instance.
This is created for you when you use the named exports, or you can create your own using InitAuth0.
See ConfigParameters for more info.