Class ConsentModel.ConsentInputModel
Inheritance
System.Object
ConsentModel.ConsentInputModel
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 ConsentInputModel
Properties
ApiScopes
Declaration
public List<ConsentModel.ScopeViewModel> ApiScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ConsentModel.ScopeViewModel> |
IdentityScopes
Declaration
public List<ConsentModel.ScopeViewModel> IdentityScopes { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ConsentModel.ScopeViewModel> |
RememberConsent
Declaration
public bool RememberConsent { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UserDecision
Declaration
[Required]
public string UserDecision { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetAllowedScopeNames()
Declaration
public List<string> GetAllowedScopeNames()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |