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 - Screen-specific data. * @property {string} data.textCode - The newly generated recovery code that the user must save. */ data: { /** * ユーザーに表示する、新たに生成されたリカバリーコード。 * 他のMFA要素が利用できない場合に将来のログインで必要となるため、ユーザーがこのコードを安全に保存することが不可欠です。 */ textCode: string; } | null; }
textCode
string
null