Class IdentityServerSecurityLogActionConsts
Inheritance
IdentityServerSecurityLogActionConsts
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class IdentityServerSecurityLogActionConsts
Constructors
IdentityServerSecurityLogActionConsts()
Declaration
public IdentityServerSecurityLogActionConsts()
Properties
LoginFailed
Declaration
public static string LoginFailed { get; set; }
Property Value
LoginInvalidUserName
Declaration
public static string LoginInvalidUserName { get; set; }
Property Value
LoginInvalidUserNameOrPassword
Declaration
public static string LoginInvalidUserNameOrPassword { get; set; }
Property Value
LoginLockedout
Declaration
public static string LoginLockedout { get; set; }
Property Value
LoginNotAllowed
Declaration
public static string LoginNotAllowed { get; set; }
Property Value
LoginRequiresTwoFactor
Declaration
public static string LoginRequiresTwoFactor { get; set; }
Property Value
LoginSucceeded
Declaration
public static string LoginSucceeded { get; set; }
Property Value
Extension Methods