Register
Registers a new user account with `email`, `password`, and `name`.
Login
Authenticates a user with `email` and `password`.
Logout
Invalidates the current session's [`AccessToken`](../../docs/guides/auth/tokens#access-token)s
Refresh Access Token
Request a new [`AccessToken`](../../docs/guides/auth/tokens#access-token).
Step-Up
Requests [step-up authentification](../../docs/guides/auth/authentication#step-up).
Get Authentication Status
Get detailed information about the current status authentication status of the user.
Send Password Reset Email
Send a password reset request email to the user's email.
Reset Password
Perform a password reset using a `token` you obtained the user received in a password reset email.
Get Remaining Password Reset CooldownActive
Get the remaining time in seconds until you can send another password reset request.
Send Email Verification Email
Send an email verification email to the user.
Verify Email
Verify the user's email address using the `token` the user received a email verification email.
Get Remaining Email Verification CooldownActive
Get the remaining time in seconds until you can send another email verification email.