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 MfaOtpEnrollmentCodeMembers extends BaseMembers { /** * mfa-otp-enrollment-code 画面のスクリーンプロパティ。 */ screen: ScreenMembersOnMfaOtpEnrollmentCode; /** * OTPコードを送信して、MFA OTPの登録プロセスを続行します。 * @param payload OTPコードを含むオプション。 */ continue(payload: ContinueOptions): Promise<void>; /** * ユーザーが別のMFA認証方法を試せるようにします。 * @param payload リクエストに含める任意のカスタムオプション。 */ tryAnotherMethod(payload?: TryAnotherMethodOptions): Promise<void>; }
Show パラメーター