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.

Interface for the screen data specific to reset-password-mfa-voice-challenge screen.
Example
export interface ScreenMembersOnResetPasswordMfaVoiceChallenge extends ScreenMembers {
  data: {
    /**
     * The phone number to send the voice call to.
     */
    phoneNumber: string;

    /**
     * Whether to show the link to switch to SMS verification.
     */
    showLinkSms?: boolean;
  } | null;
}

Properties

captchaImage
string
captchaProvider
string
captchaSiteKey
string
data
phoneNumber

Type Declaration

{ phoneNumber: string; showLinkSms?: boolean; }

phoneNumber

The phone number to send the voice call to.

showLinkSms?

Whether to show the link to switch to SMS verification.null
isCaptchaAvailable
boolean
name
string
texts
Record