1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
65_schemes = schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
310if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 314if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 745if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null) 857if (await _schemes.GetSchemeAsync(IdentityConstants.ExternalScheme) != null) 862if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null) 1077var schemes = await _schemes.GetAllSchemesAsync(); 1233if (await _schemes.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)