2 writes to AuthenticationTokens
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
1107AuthenticationTokens = 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)
1121if (externalLogin.AuthenticationTokens != null && externalLogin.AuthenticationTokens.Any()) 1129foreach (var token in externalLogin.AuthenticationTokens)