Class OpenIddictAuthorizationConsts
Inheritance
OpenIddictAuthorizationConsts
Assembly: Volo.Abp.OpenIddict.Domain.Shared.dll
Syntax
public class OpenIddictAuthorizationConsts
Constructors
OpenIddictAuthorizationConsts()
Declaration
public OpenIddictAuthorizationConsts()
Properties
StatusMaxLength
Declaration
public static int StatusMaxLength { get; set; }
Property Value
SubjectMaxLength
Declaration
public static int SubjectMaxLength { get; set; }
Property Value
TypeMaxLength
Declaration
public static int TypeMaxLength { get; set; }
Property Value
Extension Methods