See
EnrollMfaItemsExtends
Omit<HTMLAttributes<HTMLUListElement>,"children">
Properties
| Property | Type | Description |
|---|---|---|
children? | (props: EnrollMfaItemProps) => ReactNode | A render function for the MFA method item. |
onSetUp? | (method: "totp") => void | Promise<void> | A function to call when a method is selected for setup. |