Show / Hide Table of Contents

Class ClientWithDetailsDto

Inheritance
object
ClientWithDetailsDto
Namespace: Volo.Abp.IdentityServer.Client.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class ClientWithDetailsDto : ExtensibleEntityDto<Guid>

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?
In this article
Back to top Powered by Volosoft