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