Class PersistedGrantConsts
Inheritance
PersistedGrantConsts
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class PersistedGrantConsts
Constructors
PersistedGrantConsts()
Declaration
public PersistedGrantConsts()
Properties
ClientIdMaxLength
Declaration
public static int ClientIdMaxLength { get; set; }
Property Value
DataMaxLength
Declaration
public static int DataMaxLength { get; set; }
Property Value
DataMaxLengthValue
Declaration
public static int DataMaxLengthValue { get; set; }
Property Value
DescriptionMaxLength
Declaration
public static int DescriptionMaxLength { get; set; }
Property Value
KeyMaxLength
Declaration
public static int KeyMaxLength { get; set; }
Property Value
SessionIdMaxLength
Declaration
public static int SessionIdMaxLength { get; set; }
Property Value
SubjectIdMaxLength
Declaration
public static int SubjectIdMaxLength { get; set; }
Property Value
TypeMaxLength
Declaration
public static int TypeMaxLength { get; set; }
Property Value
Extension Methods