Class ClientEto
Assembly: Volo.Abp.IdentityServer.Domain.Shared.dll
Syntax
Constructors
ClientEto()
Declaration
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
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
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
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
Id
Declaration
public Guid Id { 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
ProtocolType
Declaration
public string ProtocolType { 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
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
Extension Methods