Show / Hide Table of Contents

Class ConsentModel.ConsentInputModel

Inheritance
object
ConsentModel.ConsentInputModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Web.Pages
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class ConsentModel.ConsentInputModel

Constructors

ConsentInputModel()

Declaration
public ConsentInputModel()

Properties

ApiScopes

Declaration
public List<ConsentModel.ScopeViewModel> ApiScopes { get; set; }
Property Value
Type Description
List<ConsentModel.ScopeViewModel>

IdentityScopes

Declaration
public List<ConsentModel.ScopeViewModel> IdentityScopes { get; set; }
Property Value
Type Description
List<ConsentModel.ScopeViewModel>

RememberConsent

Declaration
public bool RememberConsent { get; set; }
Property Value
Type Description
bool

UserDecision

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

Methods

GetAllowedScopeNames()

Declaration
public List<string> GetAllowedScopeNames()
Returns
Type Description
List<string>
In this article
Back to top Powered by Volosoft