1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
63
_schemes
= schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
306
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
310
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
732
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
843
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
848
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
1060
var schemes = await
_schemes
.GetAllSchemesAsync();
1216
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)