Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt

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

ACUL reset password error
Example
import ResetPasswordError from '@auth0/auth0-acul-js/reset-password-error';

const resetPasswordErrorManager = new ResetPasswordError();

Constructors

ResetPasswordError
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.