1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
747return new()
6 references to PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (6)
SignInManager.cs (6)
39private PasskeyAuthenticationInfo? _passkeyInfo; 567var passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync() 611var passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync() 671var passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync(); 727private async Task<PasskeyAuthenticationInfo?> RetrievePasskeyAuthenticationInfoAsync() 731async Task<PasskeyAuthenticationInfo?> RetrievePasskeyInfoCoreAsync()