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