1 write to AuthenticationTokens
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
1118
AuthenticationTokens
= auth.Properties?.GetTokens(),
3 references to AuthenticationTokens
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
1132
if (externalLogin.
AuthenticationTokens
!= null && externalLogin.
AuthenticationTokens
.Any())
1140
foreach (var token in externalLogin.
AuthenticationTokens
)