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
+24-18
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public sealed class CredentialCreateOptions
35
35
/// This member contains information about the desired properties of the credential to be created. The sequence is ordered from most preferred to least preferred. The platform makes a best-effort to create the most preferred credential that it can.
/// This member specifies a time, in milliseconds, that the caller is willing to wait for the call to complete. This is treated as a hint, and MAY be overridden by the platform.
@@ -122,29 +122,17 @@ public static CredentialCreateOptions Create(
Copy file name to clipboardexpand all lines: Src/Fido2/RequestNewCredentialParams.cs
+5
Original file line number
Diff line number
Diff line change
@@ -34,4 +34,9 @@ public sealed class RequestNewCredentialParams
34
34
/// The Relying Party MAY use this OPTIONAL member to provide client extension inputs requesting additional processing by the client and authenticator. For example, the Relying Party may request that the client returns additional information about the credential that was created.
/// For advanced use cases. This member lists the key types and signature algorithms the Relying Party supports, ordered from most preferred to least preferred. The client and authenticator make a best-effort to create a credential of the most preferred type possible. If none of the listed types can be created, the create() operation fails.
0 commit comments