1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
729
return
new
()
5 references to PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (5)
SignInManager.cs (5)
39
private
PasskeyAuthenticationInfo
? _passkeyInfo;
563
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
607
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
709
private async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyAuthenticationInfoAsync()
713
async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyInfoCoreAsync()