Class OpenIddictTokenConsts
Inheritance
OpenIddictTokenConsts
Assembly: Volo.Abp.OpenIddict.Domain.Shared.dll
Syntax
public class OpenIddictTokenConsts
Constructors
OpenIddictTokenConsts()
Declaration
public OpenIddictTokenConsts()
Properties
ReferenceIdMaxLength
Declaration
public static int ReferenceIdMaxLength { get; set; }
Property Value
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