Show / Hide Table of Contents

Class UpdateClientModelView

Inheritance
object
UpdateClientModelView
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.Blazor.Pages.IdentityServer
Assembly: Volo.Abp.IdentityServer.Blazor.dll
Syntax
public class UpdateClientModelView

Constructors

UpdateClientModelView()

Declaration
public UpdateClientModelView()

Properties

AllowedCorsOrigins

Declaration
public List<string> AllowedCorsOrigins { get; set; }
Property Value
Type Description
List<string>

AllowedGrantTypes

Declaration
public List<string> AllowedGrantTypes { get; set; }
Property Value
Type Description
List<string>

CallbackUri

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

Claim

Declaration
public ClientClaimDto Claim { get; set; }
Property Value
Type Description
ClientClaimDto

Claims

Declaration
public List<ClientClaimDto> Claims { get; set; }
Property Value
Type Description
List<ClientClaimDto>

ClientSecret

Declaration
public ClientSecretDto ClientSecret { get; set; }
Property Value
Type Description
ClientSecretDto

ClientSecrets

Declaration
public List<ClientSecretDto> ClientSecrets { get; set; }
Property Value
Type Description
List<ClientSecretDto>

CorsOrigin

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

CustomGrantType

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

GrantType

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

IdentityProviderRestrictions

Declaration
public List<string> IdentityProviderRestrictions { get; set; }
Property Value
Type Description
List<string>

PostLogoutRedirectUri

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

PostLogoutRedirectUris

Declaration
public List<string> PostLogoutRedirectUris { get; set; }
Property Value
Type Description
List<string>

Properties

Declaration
public List<ClientPropertyDto> Properties { get; set; }
Property Value
Type Description
List<ClientPropertyDto>

Property

Declaration
public ClientPropertyDto Property { get; set; }
Property Value
Type Description
ClientPropertyDto

RedirectUris

Declaration
public List<string> RedirectUris { get; set; }
Property Value
Type Description
List<string>

Restriction

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

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