Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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; }