1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
68
_schemes
= schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
322
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
326
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
946
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
1058
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
1063
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
1278
var schemes = await
_schemes
.GetAllSchemesAsync();
1440
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)