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 mfa-sms-challenge screen
export interface ScreenMembersOnMfaSmsChallenge extends ScreenMembers {
data: {
/**
* The phone number where the SMS was sent
*/
phoneNumber?: string;
/**
* Whether to show the remember device option
*/
showRememberDevice?: boolean;
/**
* Whether to show the link to switch to voice call verification
*/
showLinkVoice?: boolean;
} | null;
}
Properties
Type Declaration
{ phoneNumber?: string; showLinkVoice?: boolean; showRememberDevice?: boolean; }phoneNumber?
The phone number where the SMS was sentshowLinkVoice?
Whether to show the link to switch to voice call verificationshowRememberDevice?
Whether to show the remember device optionnull