Class ConsentModel.ConsentInputModel
Inheritance
ConsentModel.ConsentInputModel
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
IdentityScopes
Declaration
public List<ConsentModel.ScopeViewModel> IdentityScopes { get; set; }
Property Value
RememberConsent
Declaration
public bool RememberConsent { get; set; }
Property Value
UserDecision
Declaration
public string UserDecision { get; set; }
Property Value
Methods
GetAllowedScopeNames()
Declaration
public List<string> GetAllowedScopeNames()
Returns
Extension Methods