Edit

Share via


SignUpSubmitPasswordError class

Extends

AuthActionErrorBase

Constructors

SignUpSubmitPasswordError(CustomAuthError)

Inherited Properties

errorData

Methods

isInvalidPassword()

Checks if the error is due to the password being invalid or incorrect.

isRedirectRequired()

Check if client app supports the challenge type configured in Entra.

Inherited Methods

isTokenExpired()

Checks if the error is due to the expired continuation token.

Constructor Details

SignUpSubmitPasswordError(CustomAuthError)

new SignUpSubmitPasswordError(errorData: CustomAuthError)

Parameters

errorData
CustomAuthError

Inherited Property Details

errorData

errorData: CustomAuthError

Property Value

Inherited From AuthActionErrorBase.errorData

Method Details

isInvalidPassword()

Checks if the error is due to the password being invalid or incorrect.

function isInvalidPassword(): boolean

Returns

boolean

True if the error is due to the password being invalid, false otherwise.

isRedirectRequired()

Check if client app supports the challenge type configured in Entra.

function isRedirectRequired(): boolean

Returns

boolean

True if "loginPopup" function is required to continue sthe operation.

Inherited Method Details

isTokenExpired()

Checks if the error is due to the expired continuation token.

function isTokenExpired(): boolean

Returns

boolean

True if the error is due to the expired continuation token, false otherwise.

Inherited From AuthActionErrorBase.isTokenExpired