Skip to main content
The state of the VerifyMfa component.

Properties

PropertyTypeDescription
method"totp"The currently selected MFA method.
methods"totp"[]The available MFA methods for verification (from user’s enrolled methods).
step"verification"The current step of the verification flow. P0: only “verification”.
mfaCodestringThe MFA code entered by the user.
error| null | string | APIErrorError message or APIError object.
isPendingbooleanWhether a verification request is pending.
isSuccessbooleanWhether the verification was successful.