Show / Hide Table of Contents

Class ClientEto

Inheritance
object
ClientEto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.IdentityServer.Clients
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class ClientEto

Constructors

ClientEto()

Declaration
public ClientEto()

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

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

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

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

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

ProtocolType

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

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

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?

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