Class IdentityServerSecurityLogActionConsts
Inheritance
System.Object
IdentityServerSecurityLogActionConsts
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class IdentityServerSecurityLogActionConsts : object
Properties
LoginFailed
Declaration
public static string LoginFailed { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginInvalidUserName
Declaration
public static string LoginInvalidUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginInvalidUserNameOrPassword
Declaration
public static string LoginInvalidUserNameOrPassword { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginLockedout
Declaration
public static string LoginLockedout { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginNotAllowed
Declaration
public static string LoginNotAllowed { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginRequiresTwoFactor
Declaration
public static string LoginRequiresTwoFactor { get; set; }
Property Value
Type |
Description |
System.String |
|
LoginSucceeded
Declaration
public static string LoginSucceeded { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods