Skip to content

Commit

Permalink
Update MetadataStatement.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 authored Sep 16, 2024
1 parent 167360a commit 5ac0f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Fido2.Models/Metadata/MetadataStatement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public class MetadataStatement
/// <summary>
/// Gets or sets a human-readable, short description of the authenticator, in alternative languages.
/// </summary>
/// <value>A dictionary where keys are IETF language codes (e.g. "de-AT" for Austrian-German) and values are human-readable descriptions.</value>
[JsonPropertyName("friendlyNames")]
public IDictionary<string, string> FriendlyNames { get; set; }

Expand Down

0 comments on commit 5ac0f2a

Please sign in to comment.