@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface SelectMfaPushDeviceOptions

    Options for selecting an MFA push device.

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

    Indexable

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

    Properties

    Properties

    deviceIndex: number

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