2 writes to AuthenticationTokens
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
715AuthenticationTokens = auth.Properties?.GetTokens(),
Microsoft.AspNetCore.Identity.InMemory.Test (1)
ControllerTest.cs (1)
72AuthenticationTokens = new[] {
5 references to AuthenticationTokens
Identity.ExternalClaims (2)
Pages\Account\ExternalLogin.cshtml.cs (2)
83props.StoreTokens(info.AuthenticationTokens); 131props.StoreTokens(info.AuthenticationTokens);
Microsoft.AspNetCore.Identity (3)
SignInManager.cs (3)
729if (externalLogin.AuthenticationTokens != null && externalLogin.AuthenticationTokens.Any()) 737foreach (var token in externalLogin.AuthenticationTokens)