Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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.