We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c232673 commit f5d78e2Copy full SHA for f5d78e2
src/Identity/Core/src/DefaultPasskeyHandler.cs
@@ -360,7 +360,7 @@ protected virtual async Task<PasskeyAttestationResult> PerformAttestationCoreAsy
360
/// <returns>A task object representing the asynchronous operation containing the <see cref="PasskeyAssertionResult{TUser}"/>.</returns>
361
protected virtual async Task<PasskeyAssertionResult<TUser>> PerformAssertionCoreAsync(PasskeyAssertionContext<TUser> context)
362
{
363
- // See https://www.w3.org/TR/webauthn-3/#sctn-registering-a-new-credential
+ // See https://www.w3.org/TR/webauthn-3/#sctn-verifying-assertion
364
// NOTE: Quotes from the spec may have been modified.
365
// NOTE: Steps 1-3 are expected to have been performed prior to the execution of this method.
366
0 commit comments