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