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)
310
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
314
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
745
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
857
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
862
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
1077
var schemes = await
_schemes
.GetAllSchemesAsync();
1233
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)