Options pour sélectionner un appareil pour les notifications push d’AMF.
Example
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;}