1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
888return new()
6 references to PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (6)
SignInManager.cs (6)
39private PasskeyAuthenticationInfo? _passkeyInfo; 708var passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync() 752var passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync() 812var passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync(); 868private async Task<PasskeyAuthenticationInfo?> RetrievePasskeyAuthenticationInfoAsync() 872async Task<PasskeyAuthenticationInfo?> RetrievePasskeyInfoCoreAsync()