as? | ElementType | The element type to render the form as. | - |
autoFocus? | boolean | If set, will auto focus the form when the component mounts and after transitions. | Omit.autoFocus |
onSuccess? | () => void | The function to call when the sign in is successful. | - |
step? | "credentials" | "verification" | If set, will render the form for this step of the sign in flow, regardless of the context value. | - |
children? | (props: { step: "credentials" | "verification"; authMethod: AuthMethod; Form: ReactNode; }) => ReactNode | The children of the component. | - |