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

# SelectMfaPushDeviceOptions

Options pour sélectionner un appareil pour l’authentification MFA push.

```ts Example theme={null}
export interface SelectMfaPushDeviceOptions {
  /**
   * L'index de l'appareil à sélectionner dans la liste des appareils enregistrés.
   * L'index est basé sur 0.
   */
  deviceIndex: number;
  [key: string]: string | number | boolean | undefined;
}
```

<h2 id="properties">
  Propriétés
</h2>

<ParamField body="deviceIndex" type="number">
  L’indice de l’appareil à sélectionner dans la liste des appareils enregistrés.
  L’indice commence à 0.
</ParamField>
