Status
Represents the current status of the sign-up process.
The Status enum defines the possible states of a sign-up flow. Each state indicates a specific requirement or completion level in the sign-up process.
Entries
Link copied to clipboard
@SerialName(value = "missing_requirements")
A requirement is unverified or missing from the Email, Phone, Username settings. For example, in the Clerk Dashboard, the Password setting is required but a password wasn't provided in the custom flow.
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.