Class PersistedGrantConsts
Inheritance
System.Object
PersistedGrantConsts
Namespace: Volo.Abp.IdentityServer.Grants
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class PersistedGrantConsts : object
Properties
ClientIdMaxLength
Default value: 200
Declaration
public static int ClientIdMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DataMaxLength
Default value: 50000
Declaration
public static int DataMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
DataMaxLengthValue
Default value: 50000
Declaration
public static int DataMaxLengthValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
KeyMaxLength
Default value: 200
Declaration
public static int KeyMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SubjectIdMaxLength
Default value: 200
Declaration
public static int SubjectIdMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TypeMaxLength
Default value: 50
Declaration
public static int TypeMaxLength { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |