1 implementation of PerformAttestationAsync
Microsoft.AspNetCore.Identity (1)
PasskeyHandler.cs (1)
161
public async Task<PasskeyAttestationResult>
PerformAttestationAsync
(PasskeyAttestationContext context)
1 reference to PerformAttestationAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
570
var result = await _passkeyHandler.
PerformAttestationAsync
(context);