MfaSmsListOptions Options for performing actions on the mfa-sms-list screen.

interface MfaSmsListOptions {
    index: number;
    [key: string]:
        | string
        | number
        | boolean
        | undefined;
}

Indexable

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

    Any additional custom options

Properties

Properties

index: number

The index of the phone number to select.