Skip to content

Commit dc09bd5

Browse files
committed
Added comment about UVM
1 parent b7315d4 commit dc09bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/Fido2.Models/Objects/AuthenticationExtensionsClientInputs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public sealed class AuthenticationExtensionsClientInputs
3333
/// <summary>
3434
/// This extension enables use of a user verification method.
3535
/// https://www.w3.org/TR/webauthn/#sctn-uvm-extension
36+
/// TODO: Remove this completely as it's removed in L3
3637
/// </summary>
3738
[JsonPropertyName("uvm")]
3839
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]

0 commit comments

Comments
 (0)