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