Show / Hide Table of Contents

Class UpdateClientDto

Inheritance
object
ExtensibleObject
UpdateClientDto
Implements
IHasExtraProperties
IValidatableObject
Inherited Members
ExtensibleObject.Validate(ValidationContext)
ExtensibleObject.ExtraProperties
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer.Client.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class UpdateClientDto : ExtensibleObject, IHasExtraProperties, IValidatableObject

Constructors

UpdateClientDto()

Declaration
public UpdateClientDto()

Properties

AccessTokenLifetime

Declaration
public int AccessTokenLifetime { get; set; }
Property Value
Type Description
int

AccessTokenType

Declaration
public int AccessTokenType { get; set; }
Property Value
Type Description
int

AllowAccessTokensViaBrowser

Declaration
public bool AllowAccessTokensViaBrowser { get; set; }
Property Value
Type Description
bool

AllowOfflineAccess

Declaration
public bool AllowOfflineAccess { get; set; }
Property Value
Type Description
bool

AllowRememberConsent

Declaration
public bool AllowRememberConsent { get; set; }
Property Value
Type Description
bool

AllowedCorsOrigins

Declaration
public string[] AllowedCorsOrigins { get; set; }
Property Value
Type Description
string[]

AllowedGrantTypes

Declaration
public string[] AllowedGrantTypes { get; set; }
Property Value
Type Description
string[]

AllowedIdentityTokenSigningAlgorithms

Declaration
[DynamicStringLength(typeof(ClientConsts), "AllowedIdentityTokenSigningAlgorithms", null)]
public string AllowedIdentityTokenSigningAlgorithms { get; set; }
Property Value
Type Description
string

AlwaysSendClientClaims

Declaration
public bool AlwaysSendClientClaims { get; set; }
Property Value
Type Description
bool

BackChannelLogoutSessionRequired

Declaration
public bool BackChannelLogoutSessionRequired { get; set; }
Property Value
Type Description
bool

BackChannelLogoutUri

Declaration
[DynamicStringLength(typeof(ClientConsts), "BackChannelLogoutUriMaxLength", null)]
public string BackChannelLogoutUri { get; set; }
Property Value
Type Description
string

Claims

Declaration
public ClientClaimDto[] Claims { get; set; }
Property Value
Type Description
ClientClaimDto[]

ClientName

Declaration
[DynamicStringLength(typeof(ClientConsts), "ClientNameMaxLength", null)]
public string ClientName { get; set; }
Property Value
Type Description
string

ClientSecrets

Declaration
public ClientSecretDto[] ClientSecrets { get; set; }
Property Value
Type Description
ClientSecretDto[]

ClientUri

Declaration
[DynamicStringLength(typeof(ClientConsts), "ClientUriMaxLength", null)]
public string ClientUri { get; set; }
Property Value
Type Description
string

ConsentLifetime

Declaration
public int? ConsentLifetime { get; set; }
Property Value
Type Description
int?

Description

Declaration
[DynamicStringLength(typeof(ClientConsts), "DescriptionMaxLength", null)]
public string Description { get; set; }
Property Value
Type Description
string

DeviceCodeLifetime

Declaration
public int DeviceCodeLifetime { get; set; }
Property Value
Type Description
int

EnableLocalLogin

Declaration
public bool EnableLocalLogin { get; set; }
Property Value
Type Description
bool

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
bool

FrontChannelLogoutSessionRequired

Declaration
public bool FrontChannelLogoutSessionRequired { get; set; }
Property Value
Type Description
bool

FrontChannelLogoutUri

Declaration
[DynamicStringLength(typeof(ClientConsts), "FrontChannelLogoutUriMaxLength", null)]
public string FrontChannelLogoutUri { get; set; }
Property Value
Type Description
string

IdentityProviderRestrictions

Declaration
public string[] IdentityProviderRestrictions { get; set; }
Property Value
Type Description
string[]

IncludeJwtId

Declaration
public bool IncludeJwtId { get; set; }
Property Value
Type Description
bool

LogoUri

Declaration
[DynamicStringLength(typeof(ClientConsts), "LogoUriMaxLength", null)]
public string LogoUri { get; set; }
Property Value
Type Description
string

PairWiseSubjectSalt

Declaration
[DynamicStringLength(typeof(ClientConsts), "PairWiseSubjectSaltMaxLength", null)]
public string PairWiseSubjectSalt { get; set; }
Property Value
Type Description
string

PostLogoutRedirectUris

Declaration
public string[] PostLogoutRedirectUris { get; set; }
Property Value
Type Description
string[]

Properties

Declaration
public ClientPropertyDto[] Properties { get; set; }
Property Value
Type Description
ClientPropertyDto[]

RedirectUris

Declaration
public string[] RedirectUris { get; set; }
Property Value
Type Description
string[]

RequireClientSecret

Declaration
public bool RequireClientSecret { get; set; }
Property Value
Type Description
bool

RequireConsent

Declaration
public bool RequireConsent { get; set; }
Property Value
Type Description
bool

RequirePkce

Declaration
public bool RequirePkce { get; set; }
Property Value
Type Description
bool

RequireRequestObject

Declaration
public bool RequireRequestObject { get; set; }
Property Value
Type Description
bool

Scopes

Declaration
public string[] Scopes { get; set; }
Property Value
Type Description
string[]

UserCodeType

Declaration
[DynamicStringLength(typeof(ClientConsts), "UserCodeTypeMaxLength", null)]
public string UserCodeType { get; set; }
Property Value
Type Description
string

UserSsoLifetime

Declaration
public int? UserSsoLifetime { get; set; }
Property Value
Type Description
int?

Implements

IHasExtraProperties
IValidatableObject

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform