Options for selecting an MFA push device.
export interface SelectMfaPushDeviceOptions {
/**
* The index of the device to select from the list of enrolled devices.
* The index is 0-based.
*/
deviceIndex: number;
[key: string]: string | number | boolean | undefined;
}
Indexable
[key: string]: string | number | boolean | undefined
Properties
The index of the device to select from the list of enrolled devices.
The index is 0-based.