> ## Documentation Index
> Fetch the complete documentation index at: https://docs.qonto.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MFA METHODS

[@qonto/embed-sdk](../../../../../../README) / [\<internal>](../../../../../README) / [src/common/constants](../README) / MFA\_METHODS

# Variable: MFA\_METHODS

> `const` **MFA\_METHODS**: `object`

List of possible methods for Multi-Factor Authentication (MFA).
These methods are used to enhance the security of user accounts.

## Type declaration

### MOCK

> **MOCK**: `string` = `'mock'`

Represents the use of a mock MFA method, primarily for testing purposes.
It is only available in non-production environments (when initializing the
SDK with an `environment` parameter different from `ENVIRONMENTS.PRODUCTION`).
This method simulates the MFA flow without requiring any actual authentication

### PAIRED\_DEVICE

> **PAIRED\_DEVICE**: `string` = `'paired-device'`

It relies on the Qonto app installed on the user's mobile device. A
notification is sent to the app, which the user can approve or deny.

### PASSKEY

> **PASSKEY**: `string` = `'passkey'`

Represents the use of a passkey for authentication. This will attempt to
use the passkey stored in the browser so it requires the passkey to have
been set up previously.

### SMS\_OTP

> **SMS\_OTP**: `string` = `'sms-otp'`

Represents the use of a one-time password (OTP) sent via SMS for
authentication.
