Package sh.ory.model

Enum SelfServiceRecoveryFlowState

java.lang.Object
java.lang.Enum<SelfServiceRecoveryFlowState>
sh.ory.model.SelfServiceRecoveryFlowState
All Implemented Interfaces:
Serializable, Comparable<SelfServiceRecoveryFlowState>, java.lang.constant.Constable

public enum SelfServiceRecoveryFlowState
extends Enum<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.