Class UpdateClientDto
Inheritance
UpdateClientDto
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class UpdateClientDto : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
UpdateClientDto()
Declaration
Properties
AccessTokenLifetime
Declaration
public int AccessTokenLifetime { get; set; }
Property Value
AccessTokenType
Declaration
public int AccessTokenType { get; set; }
Property Value
AllowAccessTokensViaBrowser
Declaration
public bool AllowAccessTokensViaBrowser { get; set; }
Property Value
AllowOfflineAccess
Declaration
public bool AllowOfflineAccess { get; set; }
Property Value
AllowRememberConsent
Declaration
public bool AllowRememberConsent { get; set; }
Property Value
AllowedCorsOrigins
Declaration
public string[] AllowedCorsOrigins { get; set; }
Property Value
AllowedGrantTypes
Declaration
public string[] AllowedGrantTypes { get; set; }
Property Value
AllowedIdentityTokenSigningAlgorithms
Declaration
[DynamicStringLength(typeof(ClientConsts), "AllowedIdentityTokenSigningAlgorithms", null)]
public string AllowedIdentityTokenSigningAlgorithms { get; set; }
Property Value
AlwaysSendClientClaims
Declaration
public bool AlwaysSendClientClaims { get; set; }
Property Value
BackChannelLogoutSessionRequired
Declaration
public bool BackChannelLogoutSessionRequired { get; set; }
Property Value
BackChannelLogoutUri
Declaration
[DynamicStringLength(typeof(ClientConsts), "BackChannelLogoutUriMaxLength", null)]
public string BackChannelLogoutUri { get; set; }
Property Value
Claims
Declaration
public ClientClaimDto[] Claims { get; set; }
Property Value
ClientName
Declaration
[DynamicStringLength(typeof(ClientConsts), "ClientNameMaxLength", null)]
public string ClientName { get; set; }
Property Value
ClientSecrets
Declaration
public ClientSecretDto[] ClientSecrets { get; set; }
Property Value
ClientUri
Declaration
[DynamicStringLength(typeof(ClientConsts), "ClientUriMaxLength", null)]
public string ClientUri { get; set; }
Property Value
ConsentLifetime
Declaration
public int? ConsentLifetime { get; set; }
Property Value
Description
Declaration
[DynamicStringLength(typeof(ClientConsts), "DescriptionMaxLength", null)]
public string Description { get; set; }
Property Value
DeviceCodeLifetime
Declaration
public int DeviceCodeLifetime { get; set; }
Property Value
EnableLocalLogin
Declaration
public bool EnableLocalLogin { get; set; }
Property Value
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
FrontChannelLogoutSessionRequired
Declaration
public bool FrontChannelLogoutSessionRequired { get; set; }
Property Value
FrontChannelLogoutUri
Declaration
[DynamicStringLength(typeof(ClientConsts), "FrontChannelLogoutUriMaxLength", null)]
public string FrontChannelLogoutUri { get; set; }
Property Value
IdentityProviderRestrictions
Declaration
public string[] IdentityProviderRestrictions { get; set; }
Property Value
IncludeJwtId
Declaration
public bool IncludeJwtId { get; set; }
Property Value
LogoUri
Declaration
[DynamicStringLength(typeof(ClientConsts), "LogoUriMaxLength", null)]
public string LogoUri { get; set; }
Property Value
PairWiseSubjectSalt
Declaration
[DynamicStringLength(typeof(ClientConsts), "PairWiseSubjectSaltMaxLength", null)]
public string PairWiseSubjectSalt { get; set; }
Property Value
PostLogoutRedirectUris
Declaration
public string[] PostLogoutRedirectUris { get; set; }
Property Value
Properties
Declaration
public ClientPropertyDto[] Properties { get; set; }
Property Value
RedirectUris
Declaration
public string[] RedirectUris { get; set; }
Property Value
RequireClientSecret
Declaration
public bool RequireClientSecret { get; set; }
Property Value
RequireConsent
Declaration
public bool RequireConsent { get; set; }
Property Value
RequirePkce
Declaration
public bool RequirePkce { get; set; }
Property Value
RequireRequestObject
Declaration
public bool RequireRequestObject { get; set; }
Property Value
Scopes
Declaration
public string[] Scopes { get; set; }
Property Value
UserCodeType
Declaration
[DynamicStringLength(typeof(ClientConsts), "UserCodeTypeMaxLength", null)]
public string UserCodeType { get; set; }
Property Value
Declaration
public int? UserSsoLifetime { get; set; }
Property Value
Implements
Extension Methods