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