Skip to main content

Documentation Index

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

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

Options for continuing with a selected MFA factor
Example
export interface LoginEnrollOptions {
  /** The action indicating which factor to use for login */
  action: MfaLoginFactorType;
  /** Any additional custom options */
  [key: string]: string | number | boolean | undefined;
}

Properties

The action indicating which factor to use for login