1 instantiation of PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
718
return
new
()
5 references to PasskeyAuthenticationInfo
Microsoft.AspNetCore.Identity (5)
SignInManager.cs (5)
35
private
PasskeyAuthenticationInfo
? _passkeyInfo;
558
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
602
var
passkeyInfo = await RetrievePasskeyAuthenticationInfoAsync()
698
private async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyAuthenticationInfoAsync()
702
async Task<
PasskeyAuthenticationInfo
?> RetrievePasskeyInfoCoreAsync()