Class ConsentModel.ClientInfoModel
Inheritance
ConsentModel.ClientInfoModel
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class ConsentModel.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
ClientLogoUrl
Declaration
public string ClientLogoUrl { get; set; }
Property Value
ClientName
Declaration
public string ClientName { get; set; }
Property Value
ClientUrl
Declaration
public string ClientUrl { get; set; }
Property Value
Extension Methods