ResetPasswordResendCodeError class    
- Extends
- 
			AuthActionErrorBase 
Constructors
| Reset | 
Inherited Properties
| error | 
Inherited Methods
| is | Check if client app supports the challenge type configured in Entra. | 
| is | Checks if the error is due to the expired continuation token. | 
Constructor Details
		ResetPasswordResendCodeError(CustomAuthError)
	      
	
Inherited Property Details
		errorData
	 
	errorData: CustomAuthErrorProperty Value
Inherited From AuthActionErrorBase.errorData
Inherited Method Details
		isRedirectRequired()
	  
	Check if client app supports the challenge type configured in Entra.
function isRedirectRequired(): booleanReturns
boolean
True if client app doesn't support the challenge type configured in Entra, "loginPopup" function is required to continue the operation.
Inherited From AuthActionErrorBase.isRedirectRequired
		isTokenExpired()
	  
	Checks if the error is due to the expired continuation token.
function isTokenExpired(): booleanReturns
boolean
True if the error is due to the expired continuation token, false otherwise.
Inherited From AuthActionErrorBase.isTokenExpired