Class ClientWithDetailsDto
Inheritance
ClientWithDetailsDto
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
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
AllowPlainTextPkce
Declaration
public bool AllowPlainTextPkce { get; set; }
Property Value
AllowRememberConsent
Declaration
public bool AllowRememberConsent { get; set; }
Property Value
AllowedCorsOrigins
Declaration
public List<ClientCorsOriginDto> AllowedCorsOrigins { get; set; }
Property Value
AllowedGrantTypes
Declaration
public List<ClientGrantTypeDto> AllowedGrantTypes { get; set; }
Property Value
AllowedIdentityTokenSigningAlgorithms
Declaration
public string AllowedIdentityTokenSigningAlgorithms { get; set; }
Property Value
AllowedScopes
Declaration
public List<ClientScopeDto> AllowedScopes { get; set; }
Property Value
AlwaysIncludeUserClaimsInIdToken
Declaration
public bool AlwaysIncludeUserClaimsInIdToken { get; set; }
Property Value
AlwaysSendClientClaims
Declaration
public bool AlwaysSendClientClaims { get; set; }
Property Value
AuthorizationCodeLifetime
Declaration
public int AuthorizationCodeLifetime { get; set; }
Property Value
BackChannelLogoutSessionRequired
Declaration
public bool BackChannelLogoutSessionRequired { get; set; }
Property Value
BackChannelLogoutUri
Declaration
public string BackChannelLogoutUri { get; set; }
Property Value
Claims
Declaration
public List<ClientClaimDto> Claims { get; set; }
Property Value
ClientClaimsPrefix
Declaration
public string ClientClaimsPrefix { get; set; }
Property Value
ClientId
Declaration
public string ClientId { get; set; }
Property Value
ClientName
Declaration
public string ClientName { get; set; }
Property Value
ClientSecrets
Declaration
public List<ClientSecretDto> ClientSecrets { get; set; }
Property Value
ClientUri
Declaration
public string ClientUri { get; set; }
Property Value
ConsentLifetime
Declaration
public int? ConsentLifetime { get; set; }
Property Value
Description
Declaration
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
public string FrontChannelLogoutUri { get; set; }
Property Value
IdentityProviderRestrictions
Declaration
public List<ClientIdentityProviderRestrictionDto> IdentityProviderRestrictions { get; set; }
Property Value
IdentityTokenLifetime
Declaration
public int IdentityTokenLifetime { get; set; }
Property Value
IncludeJwtId
Declaration
public bool IncludeJwtId { get; set; }
Property Value
LogoUri
Declaration
public string LogoUri { get; set; }
Property Value
PairWiseSubjectSalt
Declaration
public string PairWiseSubjectSalt { get; set; }
Property Value
PostLogoutRedirectUris
Declaration
public List<ClientPostLogoutRedirectUriDto> PostLogoutRedirectUris { get; set; }
Property Value
Properties
Declaration
public List<ClientPropertyDto> Properties { get; set; }
Property Value
ProtocolType
Declaration
public string ProtocolType { get; set; }
Property Value
RedirectUris
Declaration
public List<ClientRedirectUriDto> RedirectUris { get; set; }
Property Value
RefreshTokenExpiration
Declaration
public int RefreshTokenExpiration { get; set; }
Property Value
RefreshTokenUsage
Declaration
public int RefreshTokenUsage { 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
SlidingRefreshTokenLifetime
Declaration
public int SlidingRefreshTokenLifetime { get; set; }
Property Value
UpdateAccessTokenClaimsOnRefresh
Declaration
public bool UpdateAccessTokenClaimsOnRefresh { get; set; }
Property Value
UserCodeType
Declaration
public string UserCodeType { get; set; }
Property Value
Declaration
public int? UserSsoLifetime { get; set; }
Property Value
Implements
Extension Methods