1 implementation of PerformAttestationAsync
Microsoft.AspNetCore.Identity (1)
DefaultPasskeyHandler.cs (1)
31public async Task<PasskeyAttestationResult> PerformAttestationAsync(PasskeyAttestationContext<TUser> context)
1 reference to PerformAttestationAsync
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
488var result = await _passkeyHandler.PerformAttestationAsync(context).ConfigureAwait(false);