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 ResetPasswordMfaOtpChallengeMembers extends BaseMembers { /** * æå®ãããã³ãŒãã䜿çšããŠOTP ãã£ã¬ã³ãžãç¶è¡ããŸãã * @param payload ã³ãŒããå«ããªãã·ã§ã³ã */ continue(payload: ContinueOptions): Promise<void>; /** * ãŠãŒã¶ãŒãå¥ã®MFAæ¹åŒã詊ããããã«ããŸãã * @param payload ãªã¯ãšã¹ãã«å«ããã«ã¹ã¿ã ãªãã·ã§ã³ïŒä»»æïŒã */ tryAnotherMethod(payload?: TryAnotherMethodOptions): Promise<void>; }
Show ãã©ã¡ãŒã¿