1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
720
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()
700
private async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyAuthenticationInfoAsync()
704
async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyInfoCoreAsync()