Skip to main content
The props for the VerifyMfaItem component.

See

VerifyMfaItem

Properties

PropertyTypeDescription
method"totp" | "sms"The MFA method this item represents.
icon?ReactNodeAn icon to display.
labelstringA label for the MFA method.
onSelectMouseEventHandler<HTMLButtonElement>A function to call when the user selects this method.