ContinueOptions
export interface ContinueOptions extends CustomOptions {
/**
* ユーザーがWebAuthnセキュリティキーに割り当てる新しいニックネーム。
* この値は更新のためにサーバーに送信されます。
* サーバーはこのニックネームを検証します(例:文字数、使用可能な文字)。
* @type {string}
* @example "Primary YubiKey"
* @example "Home Office Key"
*/
nickname: string;
}
WebAuthn セキュリティキーの新しいニックネームです。
ユーザーが入力フィールドに入力する値です。
サーバーで定義された長さおよび文字の制約に従う必要があります。