Show / Hide Table of Contents

Class ClientEto

Inheritance
System.Object
ClientEto
Namespace: Volo.Abp.IdentityServer.Clients
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
public class ClientEto : object

Properties

AbsoluteRefreshTokenLifetime

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

AccessTokenLifetime

Declaration
public int AccessTokenLifetime { get; set; }
Property Value
Type Description
System.Int32

AccessTokenType

Declaration
public int AccessTokenType { get; set; }
Property Value
Type Description
System.Int32

AllowAccessTokensViaBrowser

Declaration
public bool AllowAccessTokensViaBrowser { get; set; }
Property Value
Type Description
System.Boolean

AllowOfflineAccess

Declaration
public bool AllowOfflineAccess { get; set; }
Property Value
Type Description
System.Boolean

AllowPlainTextPkce

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

AllowRememberConsent

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

AlwaysIncludeUserClaimsInIdToken

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

AlwaysSendClientClaims

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

AuthorizationCodeLifetime

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

BackChannelLogoutSessionRequired

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

BackChannelLogoutUri

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

ClientClaimsPrefix

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

ClientId

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

ClientName

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

ClientUri

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

ConsentLifetime

Declaration
public int? ConsentLifetime { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String

DeviceCodeLifetime

Declaration
public int DeviceCodeLifetime { get; set; }
Property Value
Type Description
System.Int32

Enabled

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

EnableLocalLogin

Declaration
public bool EnableLocalLogin { get; set; }
Property Value
Type Description
System.Boolean

FrontChannelLogoutSessionRequired

Declaration
public bool FrontChannelLogoutSessionRequired { get; set; }
Property Value
Type Description
System.Boolean

FrontChannelLogoutUri

Declaration
public string FrontChannelLogoutUri { get; set; }
Property Value
Type Description
System.String

Id

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

IdentityTokenLifetime

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

IncludeJwtId

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

LogoUri

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

PairWiseSubjectSalt

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

ProtocolType

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

RefreshTokenExpiration

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

RefreshTokenUsage

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

RequireClientSecret

Declaration
public bool RequireClientSecret { get; set; }
Property Value
Type Description
System.Boolean

RequireConsent

Declaration
public bool RequireConsent { get; set; }
Property Value
Type Description
System.Boolean

RequirePkce

Declaration
public bool RequirePkce { get; set; }
Property Value
Type Description
System.Boolean

SlidingRefreshTokenLifetime

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

UpdateAccessTokenClaimsOnRefresh

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

UserCodeType

Declaration
public string UserCodeType { get; set; }
Property Value
Type Description
System.String

UserSsoLifetime

Declaration
public int? UserSsoLifetime { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft