You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Src/Fido2.Models/CredentialCreateOptions.cs
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ namespace Fido2NetLib;
9
9
publicsealedclassCredentialCreateOptions
10
10
{
11
11
/// <summary>
12
-
///
13
12
/// This member contains data about the Relying Party responsible for the request.
14
13
/// Its value’s name member is required.
15
14
/// Its value’s id member specifies the relying party identifier with which the credential should be associated.If omitted, its value will be the CredentialsContainer object’s relevant settings object's origin's effective domain.
@@ -58,12 +57,16 @@ public sealed class CredentialCreateOptions
0 commit comments