Skip to main content
The props for the VerifyMfaItems component.

See

VerifyMfaItems

Extends

  • Omit<HTMLAttributes<HTMLUListElement>, "children" | "onSelect">

Properties

PropertyTypeDescription
children?(props: VerifyMfaItemProps) => ReactNodeA render function for the MFA method item.
onSelect?(method: "totp" | "sms") => voidA function to call when a method is selected.