Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface ScreenMembersOnMfaPhoneChallenge extends ScreenMembers { /** * @property {object | null} data - Données propres à l'écran. * @property {string} data.phone_number - Le numéro de téléphone (souvent masqué) associé à ce défi MFA. */ data: { /** Le numéro de téléphone (souvent masqué) associé à ce défi MFA. */ phoneNumber: string; } | null; }
phoneNumber
string
null