2 writes to AuthenticationTokens
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
1109AuthenticationTokens = auth.Properties?.GetTokens(),
Microsoft.AspNetCore.Identity.InMemory.Test (1)
ControllerTest.cs (1)
72AuthenticationTokens = new[] {
3 references to AuthenticationTokens
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
1123if (externalLogin.AuthenticationTokens != null && externalLogin.AuthenticationTokens.Any()) 1131foreach (var token in externalLogin.AuthenticationTokens)