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)
739
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
851
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
856
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
1071
var schemes = await
_schemes
.GetAllSchemesAsync();
1227
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)