1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
713
return
new
()
5 references to PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (5)
SignInManager.cs (5)
34
private
PasskeyAuthenticationInfo
? _passkeyInfo;
554
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
598
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
693
private async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyAuthenticationInfoAsync()
697
async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyInfoCoreAsync()