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