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 LoginEnrollOptions { /** The action indicating which factor to use for login */ action: MfaLoginFactorType; /** Any additional custom options */ [key: string]: string | number | boolean | undefined; }