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 MfaRecoveryCodeEnrollmentMembers extends BaseMembers { screen: ScreenMembersOnMfaRecoveryCodeEnrollment; /** * ユーザーがリカバリーコードを保存したことを宣言します。 * このActionは、ユーザーがリカバリーコードを保存したと宣言したときにトリガーされます。 * 認証フローの次の画面にリダイレクトします。 * * @param {object} payload - カスタムオプションを含むオブジェクト。 * * @returns {Promise<void>} Actionが正常に送信されると解決されるPromise。 * 送信に失敗した場合はエラーで拒否されます。 */ continue(payload: MfaRecoveryCodeEnrollmentContinueOptions): Promise<void>; }
Show パラメーター