Static
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.
import ResetPassword from '@auth0/auth0-acul-js/reset-password';const resetPassword = new ResetPassword();resetPassword.resetPassword({ 'password-reset': 'Test@123!', 're-enter-password': 'Test@123!',}); Copy
import ResetPassword from '@auth0/auth0-acul-js/reset-password';const resetPassword = new ResetPassword();resetPassword.resetPassword({ 'password-reset': 'Test@123!', 're-enter-password': 'Test@123!',});
Utility Feature
An object of type PasswordValidationResult indicating whether the password is valid and why.
Retrieves the array of transaction errors from the context, or an empty array if none exist.