Skip to main content

Documentation Index

Fetch the complete documentation index at: https://auth0-ui-styling-updates.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

ACUL Reset_password_email
Example
import ResetPasswordEmail from '@auth0/auth0-acul-js/reset-password-email';
const resetPasswordEmail = new ResetPasswordEmail();
resetPasswordEmail.resendEmail();

Constructors

ResetPasswordEmail
Constructor

Properties

branding
client
organization
prompt
screen
tenant
transaction
untrustedData
user
screenIdentifier
string

Methods

getErrors
Retrieves the array of transaction errors from the context, or an empty array if none exist.An array of error objects from the transaction context.
resendEmail
Promise<void>
Example
import ResetPasswordEmail from '@auth0/auth0-acul-js/reset-password-email';

const resetPasswordEmail = new ResetPasswordEmail();
resetPasswordEmail.resendEmail();