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 ResetPasswordMfaSmsChallengeMembers extends BaseMembers { screen: ScreenMembersOnResetPasswordMfaSmsChallenge; continueMfaSmsChallenge(payload: MfaSmsChallengeOptions): Promise<void>; resendCode(payload?: CustomOptions): Promise<void>; tryAnotherMethod(payload?: CustomOptions): Promise<void>; getACall(payload?: CustomOptions): Promise<void>; /** * Obtient la fonctionnalité de renvoi avec gestion du délai d'attente pour cet écran * @param options Option de configuration pour la fonctionnalité de renvoi */ resendManager(options?: StartResendOptions): ResendControl; }
Show ParamÚtres