> ## 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.

# SelectMfaPushDeviceOptions

Options pour sélectionner un appareil pour les notifications push d’AMF.

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

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

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