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