Package sh.ory.model

Enum SelfServiceSettingsFlowState

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

public enum SelfServiceSettingsFlowState
extends Enum<SelfServiceSettingsFlowState>
show_form: No user data has been collected, or it is invalid, and thus the form should be shown. success: Indicates that the settings flow has been updated successfully with the provided data. Done will stay true when repeatedly checking. If set to true, done will revert back to false only when a flow with invalid (e.g. \"please use a valid phone number\") data was sent.