Call a reset password function configured to the provider.
A {@link Task} that completes when the reqest request completes/fails.
Confirms a user with the given token and token id.
A Promise that completes when confirmation completes/fails.
Registers a new user with the given email and password.
A Promise that completes when registration completes/fails.
Resend the confirmation for a user to the given email.
A Promise that completes when the resend request completes/fails.
Reset the password of a user with the given token, token id, and new password.
A Promise that completes when the password reset completes/fails.
Sends a user a password reset email for the given email.
A Promise that completes when the reqest request completes/fails.
Generated using TypeDoc
UserPasswordAuthProviderClient
A client for interacting with username/password authentication provider in Stitch.