1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
726
return
new
()
5 references to PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (5)
SignInManager.cs (5)
36
private
PasskeyAuthenticationInfo
? _passkeyInfo;
560
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
604
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
706
private async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyAuthenticationInfoAsync()
710
async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyInfoCoreAsync()