Show / Hide Table of Contents

Class UpdateClientDto

Inheritance
object
UpdateClientDto
Namespace: Volo.Abp.IdentityServer.Client.Dtos
Assembly: Volo.Abp.IdentityServer.Application.Contracts.dll
Syntax
public class UpdateClientDto : ExtensibleObject

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

Claims

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

ClientName

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

ClientSecrets

Declaration
public ClientSecretDto[] ClientSecrets { get; set; }
Property Value
Type Description
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 string[] IdentityProviderRestrictions { get; set; }
Property Value
Type Description
string[]

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 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
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