Class ClientCreateModalView
Inheritance
ClientCreateModalView
Assembly: Volo.Abp.IdentityServer.Web.dll
Syntax
public class ClientCreateModalView : ExtensibleObject, IHasExtraProperties, IValidatableObject
Constructors
ClientCreateModalView()
Declaration
public ClientCreateModalView()
Properties
ApiResourceScopes
Declaration
public string[] ApiResourceScopes { get; set; }
Property Value
CallbackUrl
Declaration
public string CallbackUrl { get; set; }
Property Value
ClientId
Declaration
[Required]
public string ClientId { get; set; }
Property Value
ClientName
Declaration
[Required]
[DynamicStringLength(typeof(ClientConsts), "ClientNameMaxLength", null)]
public string ClientName { get; set; }
Property Value
ClientUri
Declaration
[DynamicStringLength(typeof(ClientConsts), "ClientUriMaxLength", null)]
public string ClientUri { get; set; }
Property Value
Description
Declaration
[TextArea]
[DynamicStringLength(typeof(ClientConsts), "DescriptionMaxLength", null)]
public string Description { get; set; }
Property Value
LogoUri
Declaration
[DynamicStringLength(typeof(ClientConsts), "LogoUriMaxLength", null)]
public string LogoUri { get; set; }
Property Value
LogoutUrl
Declaration
public string LogoutUrl { get; set; }
Property Value
RequireConsent
Declaration
public bool RequireConsent { get; set; }
Property Value
Scopes
Declaration
public string[] Scopes { get; set; }
Property Value
Secrets
Declaration
public ClientSecretDto[] Secrets { get; set; }
Property Value
Methods
TrimUrls()
Declaration
Implements
Extension Methods