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 ScreenMembersOnMfaWebAuthnChangeKeyNickname extends ScreenMembers { /** * WebAuthnキーの現在のニックネームを含む画面固有のデータ。 * @type {{ nickname: string; } | null} */ data: { /** * ユーザーが変更しようとしているWebAuthnセキュリティキーの現在のニックネーム。 * この値は参照用としてユーザーに表示する必要があります。 * @type {string} * @example "My YubiKey" * @example "Work Security Key" */ nickname: string; } | null; }
{ nickname: string; }
Show プロパティ
"My YubiKey"