Skip to main content
The props for the EnrollMfaItems component.

See

EnrollMfaItems

Extends

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

Properties

PropertyTypeDescription
children?(props: EnrollMfaItemProps) => ReactNodeA render function for the MFA method item.
onSetUp?(method: "totp") => void | Promise<void>A function to call when a method is selected for setup.