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