Class GrantsModel
Inherited Members
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class GrantsModel : AccountPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
GrantsModel(IIdentityServerInteractionService, IClientStore, IResourceStore)
Declaration
public GrantsModel(IIdentityServerInteractionService interaction, IClientStore clients, IResourceStore resources)
Parameters
Type | Name | Description |
---|---|---|
IIdentityServerInteractionService | interaction | |
IClientStore | clients | |
IResourceStore | resources |
Properties
Clients
Declaration
protected IClientStore Clients { get; }
Property Value
Type | Description |
---|---|
IClientStore |
Grants
Declaration
public List<GrantsModel.GrantViewModel> Grants { get; set; }
Property Value
Type | Description |
---|---|
List<GrantsModel.GrantViewModel> |
Interaction
Declaration
protected IIdentityServerInteractionService Interaction { get; }
Property Value
Type | Description |
---|---|
IIdentityServerInteractionService |
Resources
Declaration
protected IResourceStore Resources { get; }
Property Value
Type | Description |
---|---|
IResourceStore |
Methods
OnGetAsync()
Declaration
public virtual Task OnGetAsync()
Returns
Type | Description |
---|---|
Task |
OnPostRevokeAsync(string)
Declaration
public virtual Task<IActionResult> OnPostRevokeAsync(string clientId)
Parameters
Type | Name | Description |
---|---|---|
string | clientId |
Returns
Type | Description |
---|---|
Task<IActionResult> |