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

# MfaPhoneEnrollmentContinueOptions

Options pour poursuivre l’inscription MFA par téléphone.

Étend `CustomOptions` pour permettre de transmettre des options personnalisées avec le téléphone et le type.

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  phone: string;
  type: 'sms' | 'voice';
}
```

<div id="properties">
  ## Propriétés
</div>

<ParamField body="phone" type="string" />

<ParamField body="type" type="&#x22;sms&#x22; | &#x22;voice&#x22;" />
