Documentation Index
Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ScreenMembersOnMfaPhoneChallenge
export interface ScreenMembersOnMfaPhoneChallenge extends ScreenMembers {
/**
* @property {object | null} data - Screen-specific data.
* @property {string} data.phone_number - The phone number (often masked) associated with this MFA challenge.
*/
data: {
/** The phone number (often masked) associated with this MFA challenge. */
phoneNumber: string;
} | null;
}
Properties
Type Declaration
{ phoneNumber: string; }phoneNumber
The phone number (often masked) associated with this MFA challenge.null