See
Properties
| Property | Type | Description |
|---|---|---|
authMethod | AuthMethod | The auth method selected by the user. |
canResetOTP | boolean | Whether the user can request a new OTP. |
email | string | The email address of the user. |
error | | null | string | APIError | The error message or APIError object. |
flowId | string | The flow ID of the current sign-in flow. |
isPending | boolean | Whether the form state is pending. |
isSuccess | boolean | Whether the sign-in flow is successful. |
otp | string | The OTP code entered by the user. |
phoneNumber | string | The phone number of the user. |
step | "credentials" | "verification" | The current step of the sign-in flow. |