Class OpenIddictSecurityLogActionConsts
Inheritance
OpenIddictSecurityLogActionConsts
Assembly: Volo.Abp.OpenIddict.Domain.Shared.dll
Syntax
public class OpenIddictSecurityLogActionConsts
Constructors
OpenIddictSecurityLogActionConsts()
Declaration
public OpenIddictSecurityLogActionConsts()
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