> For the complete documentation index, see [llms.txt](/llms.txt).

# 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[​](#method "Direct link to Method")

`enableMFA(): Promise<boolean>;`

## Usage[​](#usage "Direct link to Usage")

```
await web3auth.enableMFA()

```
