Class ClientConsts
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class ClientConsts
Constructors
ClientConsts()
Declaration
Properties
AllowedIdentityTokenSigningAlgorithms
Declaration
public static int AllowedIdentityTokenSigningAlgorithms { get; set; }
Property Value
BackChannelLogoutUriMaxLength
Declaration
public static int BackChannelLogoutUriMaxLength { get; set; }
Property Value
ClientClaimsPrefixMaxLength
Declaration
public static int ClientClaimsPrefixMaxLength { get; set; }
Property Value
ClientIdMaxLength
Declaration
public static int ClientIdMaxLength { get; set; }
Property Value
ClientNameMaxLength
Declaration
public static int ClientNameMaxLength { get; set; }
Property Value
ClientUriMaxLength
Declaration
public static int ClientUriMaxLength { get; set; }
Property Value
DescriptionMaxLength
Declaration
public static int DescriptionMaxLength { get; set; }
Property Value
FrontChannelLogoutUriMaxLength
Declaration
public static int FrontChannelLogoutUriMaxLength { get; set; }
Property Value
LogoUriMaxLength
Declaration
public static int LogoUriMaxLength { get; set; }
Property Value
PairWiseSubjectSaltMaxLength
Declaration
public static int PairWiseSubjectSaltMaxLength { get; set; }
Property Value
ProtocolTypeMaxLength
Declaration
public static int ProtocolTypeMaxLength { get; set; }
Property Value
UserCodeTypeMaxLength
Declaration
public static int UserCodeTypeMaxLength { get; set; }
Property Value
Extension Methods