1 write to IsNotAllowed
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
14
private static readonly SignInResult _notAllowed = new SignInResult {
IsNotAllowed
= true };
2 references to IsNotAllowed
Microsoft.AspNetCore.Identity (1)
SignInManagerMetrics.cs (1)
222
{
IsNotAllowed
: true } => "not_allowed",
Microsoft.Extensions.Identity.Core (1)
SignInResult.cs (1)
84
IsNotAllowed
? "NotAllowed" :