Edit

Share via


SignUpSubmitAttributesError class

Extends

AuthActionErrorBase

Constructors

SignUpSubmitAttributesError(CustomAuthError)

Inherited Properties

errorData

Methods

isAttributesValidationFailed()

Checks if the error is due to the attributes validation failed.

isMissingRequiredAttributes()

Checks if the error is due to the required attributes are missing.

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

SignUpSubmitAttributesError(CustomAuthError)

new SignUpSubmitAttributesError(errorData: CustomAuthError)

Parameters

errorData
CustomAuthError

Inherited Property Details

errorData

errorData: CustomAuthError

Property Value

Inherited From AuthActionErrorBase.errorData

Method Details

isAttributesValidationFailed()

Checks if the error is due to the attributes validation failed.

function isAttributesValidationFailed(): boolean

Returns

boolean

True if the error is due to the attributes validation failed, false otherwise.

isMissingRequiredAttributes()

Checks if the error is due to the required attributes are missing.

function isMissingRequiredAttributes(): boolean

Returns

boolean

True if the error is due to the required attributes are missing, 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