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