Show / Hide Table of Contents

Class ClientWithDetailsDto

Inheritance
object
ExtensibleObject
ExtensibleEntityDto<Guid>
ClientWithDetailsDto
Implements
IHasExtraProperties
IValidatableObject
IEntityDto<Guid>
IEntityDto
Inherited Members
ExtensibleEntityDto<Guid>.ToString()
ExtensibleEntityDto<Guid>.Id
ExtensibleObject.Validate(ValidationContext)
ExtensibleObject.ExtraProperties
object.GetType()
object.MemberwiseClone()
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 ClientWithDetailsDto : ExtensibleEntityDto<Guid>, IHasExtraProperties, IValidatableObject, IEntityDto<Guid>, IEntityDto

Constructors

ClientWithDetailsDto()

Declaration
public ClientWithDetailsDto()

Properties

AbsoluteRefreshTokenLifetime

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

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

AllowPlainTextPkce

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

AllowRememberConsent

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

AllowedCorsOrigins

Declaration
public List<ClientCorsOriginDto> AllowedCorsOrigins { get; set; }
Property Value
Type Description
List<ClientCorsOriginDto>

AllowedGrantTypes

Declaration
public List<ClientGrantTypeDto> AllowedGrantTypes { get; set; }
Property Value
Type Description
List<ClientGrantTypeDto>

AllowedIdentityTokenSigningAlgorithms

Declaration
public string AllowedIdentityTokenSigningAlgorithms { get; set; }
Property Value
Type Description
string

AllowedScopes

Declaration
public List<ClientScopeDto> AllowedScopes { get; set; }
Property Value
Type Description
List<ClientScopeDto>

AlwaysIncludeUserClaimsInIdToken

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

AlwaysSendClientClaims

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

AuthorizationCodeLifetime

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

BackChannelLogoutSessionRequired

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

BackChannelLogoutUri

Declaration
public string BackChannelLogoutUri { get; set; }
Property Value
Type Description
string

Claims

Declaration
public List<ClientClaimDto> Claims { get; set; }
Property Value
Type Description
List<ClientClaimDto>

ClientClaimsPrefix

Declaration
public string ClientClaimsPrefix { get; set; }
Property Value
Type Description
string

ClientId

Declaration
public string ClientId { get; set; }
Property Value
Type Description
string

ClientName

Declaration
public string ClientName { get; set; }
Property Value
Type Description
string

ClientSecrets

Declaration
public List<ClientSecretDto> ClientSecrets { get; set; }
Property Value
Type Description
List<ClientSecretDto>

ClientUri

Declaration
public string ClientUri { get; set; }
Property Value
Type Description
string

ConsentLifetime

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

Description

Declaration
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
public string FrontChannelLogoutUri { get; set; }
Property Value
Type Description
string

IdentityProviderRestrictions

Declaration
public List<ClientIdentityProviderRestrictionDto> IdentityProviderRestrictions { get; set; }
Property Value
Type Description
List<ClientIdentityProviderRestrictionDto>

IdentityTokenLifetime

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

IncludeJwtId

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

LogoUri

Declaration
public string LogoUri { get; set; }
Property Value
Type Description
string

PairWiseSubjectSalt

Declaration
public string PairWiseSubjectSalt { get; set; }
Property Value
Type Description
string

PostLogoutRedirectUris

Declaration
public List<ClientPostLogoutRedirectUriDto> PostLogoutRedirectUris { get; set; }
Property Value
Type Description
List<ClientPostLogoutRedirectUriDto>

Properties

Declaration
public List<ClientPropertyDto> Properties { get; set; }
Property Value
Type Description
List<ClientPropertyDto>

ProtocolType

Declaration
public string ProtocolType { get; set; }
Property Value
Type Description
string

RedirectUris

Declaration
public List<ClientRedirectUriDto> RedirectUris { get; set; }
Property Value
Type Description
List<ClientRedirectUriDto>

RefreshTokenExpiration

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

RefreshTokenUsage

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

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

SlidingRefreshTokenLifetime

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

UpdateAccessTokenClaimsOnRefresh

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

UserCodeType

Declaration
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
IEntityDto<TKey>
IEntityDto

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