Class ConsentModel.ClientInfoModel
Inheritance
System.Object
ConsentModel.ClientInfoModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.Pages
Assembly: Volo.Abp.Account.Web.IdentityServer.dll
Syntax
public class ClientInfoModel
Constructors
ClientInfoModel(Client)
Declaration
public ClientInfoModel(Client client)
Parameters
| Type | Name | Description |
|---|---|---|
| Client | client |
Properties
AllowRememberConsent
Declaration
public bool AllowRememberConsent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ClientLogoUrl
Declaration
public string ClientLogoUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientName
Declaration
public string ClientName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ClientUrl
Declaration
public string ClientUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |