Class OpenIddictApplicationConsts
Inheritance
OpenIddictApplicationConsts
Assembly: Volo.Abp.OpenIddict.Domain.Shared.dll
Syntax
public class OpenIddictApplicationConsts
Constructors
OpenIddictApplicationConsts()
Declaration
public OpenIddictApplicationConsts()
Properties
ApplicationTypeMaxLength
Declaration
public static int ApplicationTypeMaxLength { get; set; }
Property Value
ClientIdMaxLength
Declaration
public static int ClientIdMaxLength { get; set; }
Property Value
ClientTypeMaxLength
Declaration
public static int ClientTypeMaxLength { get; set; }
Property Value
ConsentTypeMaxLength
Declaration
public static int ConsentTypeMaxLength { get; set; }
Property Value
Extension Methods