Skip to main content
Options for selecting an MFA push device.
Example
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

deviceIndex
number
The index of the device to select from the list of enrolled devices. The index is 0-based.