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