1 implementation of PerformAssertionAsync
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
185
public async Task<PasskeyAssertionResult<TUser>>
PerformAssertionAsync
(PasskeyAssertionContext context)
2 references to PerformAssertionAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
614
var result = await _passkeyHandler.
PerformAssertionAsync
(context);
Microsoft.AspNetCore.Identity.Test (1)
SignInManagerTest.cs (1)
447
.Setup(h => h.
PerformAssertionAsync
(It.IsAny<PasskeyAssertionContext>()))