PublicKeyCredentialUserEntityJSON
Represents user account information in JSON format for WebAuthn registration. Contains identifiers and display information for the user being registered.
interface PublicKeyCredentialUserEntityJSON {
displayName: string;
id: string;
name: string;
}