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"
"Work Security Key"
null