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 ScreenMembersOnMfaRecoveryCodeChallengeNewCode extends ScreenMembers { /** * @property {object | null} data - 画面固有のデータ。 * @property {string} data.textCode - ユーザーが保存しなければならない新しく生成されたリカバリーコード。 */ data: { /** * ユーザーに表示する新しく生成されたリカバリーコード。 * 他のMFA認証要素が利用できない場合に将来のログインで必要となるため、このコードを安全な場所に保存しておくことが重要です。 */ textCode: string; } | null; }
textCode
string
null