For AI agents: a documentation index is available at /llms.txt. A markdown version of this page is available at the same URL with .md appended (or via Accept: text/markdown).
Skip to main content

Enable MFA

This method is used to enable MFA for the user. It takes no arguments and returns a Promise that resolves if the operation is successful, and rejects if the operation failed.

Method

enableMFA(): Promise<boolean>;

Usage

await web3auth.enableMFA()
On this page