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 MfaOtpEnrollmentQrMembers extends BaseMembers { screen: ScreenMembersOnMfaOtpEnrollmentQr; /** * ビューを切り替えます。 * @param payload リクエストに含める任意のカスタムオプション */ toggleView(payload?: CustomOptions): Promise<void>; /** * デフォルトのアクションで続行します。 * @param payload コードと任意のカスタムオプションを含むペイロード */ continue(payload: ContinueOptions): Promise<void>; /** * 別の認証方法を試すことができます * @param payload リクエストに含める任意のカスタムオプション */ tryAnotherMethod(payload?: CustomOptions): Promise<void>; }
Show パラメーター