ResetPasswordSubmitCodeResult class    
- Extends
- 
			AuthFlowResultBase<ResetPasswordSubmitCodeResultState, ResetPasswordSubmitCodeError, void> 
Constructors
| Reset | Creates a new instance of ResetPasswordSubmitCodeResult. | 
Methods
| create | Creates a new instance of ResetPasswordSubmitCodeResult with an error. | 
| is | Checks if the result is in a failed state. | 
| is | Checks if the result is in a password required state. | 
Constructor Details
		ResetPasswordSubmitCodeResult(ResetPasswordSubmitCodeResultState)
	         
	Creates a new instance of ResetPasswordSubmitCodeResult.
new ResetPasswordSubmitCodeResult(state: ResetPasswordSubmitCodeResultState)Parameters
The state of the result.
Inherited Property Details
data
data?: voidProperty Value
void
Inherited From AuthFlowResultBase.data
error
error?: ResetPasswordSubmitCodeErrorProperty Value
Inherited From AuthFlowResultBase.error
state
state: ResetPasswordSubmitCodeResultStateProperty Value
Inherited From AuthFlowResultBase.state
Method Details
		createWithError(unknown)
	  
	Creates a new instance of ResetPasswordSubmitCodeResult with an error.
static function createWithError(error: unknown): ResetPasswordSubmitCodeResultParameters
- error
- 
				unknown 
The error that occurred.
Returns
A new instance of ResetPasswordSubmitCodeResult with the error set.
		isFailed()
	 
	Checks if the result is in a failed state.
function isFailed(): thisReturns
this
		isPasswordRequired()
	  
	Checks if the result is in a password required state.
function isPasswordRequired(): thisReturns
this