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