1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
64
_schemes
= schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
308
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
312
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
737
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
849
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
854
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
1069
var schemes = await
_schemes
.GetAllSchemesAsync();
1225
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)