Interface SelectMfaPushDeviceOptions

Options for selecting an MFA push device.

interface SelectMfaPushDeviceOptions {
    deviceIndex: number;
    [key: string]:
        | string
        | number
        | boolean
        | undefined;
}

Indexable

  • [key: string]:
        | string
        | number
        | boolean
        | undefined

Properties

Properties

deviceIndex: number

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