SelfServiceRecoveryFlowState class

Inheritance
  • Object
  • EnumClass
  • SelfServiceRecoveryFlowState

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<SelfServiceRecoveryFlowState>
no setter
values → BuiltSet<SelfServiceRecoveryFlowState>
no setter

Static Methods

valueOf(String name) SelfServiceRecoveryFlowState

Constants

chooseMethod → const SelfServiceRecoveryFlowState
The state represents the state of the recovery flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed.
passedChallenge → const SelfServiceRecoveryFlowState
The state represents the state of the recovery flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed.
sentEmail → const SelfServiceRecoveryFlowState
The state represents the state of the recovery flow. choose_method: ask the user to choose a method (e.g. recover account via email) sent_email: the email has been sent to the user passed_challenge: the request was successful and the recovery challenge was passed.