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-6
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
/// This client registration extension facilitates reporting certain credential properties known by the client to the requesting WebAuthn Relying Party upon creation of a public key credential source as a result of a registration ceremony.
/// This extension allows WebAuthn Relying Parties that have previously registered a credential using the legacy FIDO JavaScript APIs to request an assertion.
0 commit comments