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