Skip to main content
The state of the SignIn component.

See

Properties

PropertyTypeDescription
authMethodAuthMethodThe auth method selected by the user.
canResetOTPbooleanWhether the user can request a new OTP.
emailstringThe email address of the user.
error| null | string | APIErrorThe error message or APIError object.
flowIdstringThe flow ID of the current sign-in flow.
isPendingbooleanWhether the form state is pending.
isSuccessbooleanWhether the sign-in flow is successful.
otpstringThe OTP code entered by the user.
phoneNumberstringThe phone number of the user.
step"credentials" | "verification"The current step of the sign-in flow.
I