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 PhoneIdentifierChallengeMembers extends BaseMembers { screen: ScreenMembersOnPhoneIdentifierChallenge; submitPhoneChallenge(payload: PhoneChallengeOptions): Promise<void>; resendCode(payload?: CustomOptions): Promise<void>; resendManager(options?: StartResendOptions): ResendControl; returnToPrevious(payload?: CustomOptions): Promise<void>; switchToVoice(payload?: CustomOptions): Promise<void>; switchToText(payload?: CustomOptions): Promise<void>; }
Show Parameters