1 write to _schemes
Microsoft.AspNetCore.Identity (1)
SignInManager.cs (1)
66
_schemes
= schemes;
7 references to _schemes
Microsoft.AspNetCore.Identity (7)
SignInManager.cs (7)
334
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
338
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
911
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorRememberMeScheme) == null)
1022
if (await
_schemes
.GetSchemeAsync(IdentityConstants.ExternalScheme) != null)
1027
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)
1239
var schemes = await
_schemes
.GetAllSchemesAsync();
1395
if (await
_schemes
.GetSchemeAsync(IdentityConstants.TwoFactorUserIdScheme) != null)