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 MfaEnrollResultMembers extends BaseMembers { /** * MFA登録結果画面の特定のプロパティとデータへのアクセスを提供します。 * 登録の`status`(`screen.data.status`経由)を含みます。 * @type {ScreenMembersOnMfaEnrollResult} */ screen: ScreenMembersOnMfaEnrollResult; // この画面は情報提供目的のため、特定の操作(メソッド)は通常定義されません。 // ユーザーは自動的にリダイレクトされるか、続行するためのボタンが表示される場合があります。 // これは通常、ページテンプレートまたはデフォルトのアクションによって処理されるシンプルなナビゲーションです。 }