1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
57
_schemes
= schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
268
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
272
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
446
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
521
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
526
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
690
var schemes = await
_schemes
.GetAllSchemesAsync();
846
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)