Documentation Index
Fetch the complete documentation index at: https://auth0-ui-styling-updates.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.
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
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