> ## Documentation Index
> Fetch the complete documentation index at: https://translations.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# MfaWebAuthnChangeKeyNicknameContinueOptions

ContinueOptions

```ts Example theme={null}
export interface ContinueOptions extends CustomOptions {
  /**
   * ユーザーがWebAuthnセキュリティキーに割り当てる新しいニックネーム。
   * この値は更新のためにサーバーに送信されます。
   * サーバーはこのニックネームを検証します（例：文字数、使用可能な文字）。
   * @type {string}
   * @example "Primary YubiKey"
   * @example "Home Office Key"
   */
  nickname: string;
}
```

<div id="properties">
  ## プロパティ
</div>

<ParamField body="nickname" type="string">
  WebAuthn セキュリティキーの新しいニックネームです。
  ユーザーが入力フィールドに入力する値です。
  サーバーで定義された長さおよび文字の制約に従う必要があります。
</ParamField>
