Module authentication_api

Module authentication_api 

Source

Enums§

AuthEmailPasswordResetTokenError
struct for typed errors of method auth_email_password_reset_token
AuthGetUserError
struct for typed errors of method auth_get_user
AuthResetPasswordError
struct for typed errors of method auth_reset_password
AuthResetPasswordWithTokenError
struct for typed errors of method auth_reset_password_with_token

Functions§

auth_email_password_reset_token
Send a password reset link to the provided email address, if that email matches a registered user.
auth_get_user
Retrieve the profile of the authenticated user.
auth_reset_password
Reset the password using the user’s existing password. Note, this is an authenticated route.
auth_reset_password_with_token
Complete the forgot password flow, resetting the new password in exchange for an emailed token.