Show / Hide Table of Contents

Class GrantsModel

Inheritance
object
AccountPageModel
GrantsModel
Inherited Members
AccountPageModel.CheckCurrentTenant(Guid?)
AccountPageModel.CheckIdentityErrors(IdentityResult)
AccountPageModel.GetLocalizeExceptionMessage(Exception)
AccountPageModel.StoreConfirmUser(IdentityUser)
AccountPageModel.StoreChangePasswordUser(IdentityUser)
AccountPageModel.CheckLocalLoginAsync()
AccountPageModel.IsValidReturnUrl(string)
AccountPageModel.AccountAppService
AccountPageModel.SignInManager
AccountPageModel.UserManager
AccountPageModel.IdentitySecurityLogManager
AccountPageModel.IdentityLinkUserAppService
AccountPageModel.IdentityOptions
AccountPageModel.ReCaptchaOptions
AccountPageModel.ExceptionToErrorInfoConverter
AccountPageModel.IdentityDynamicClaimsPrincipalContributorCache
Namespace: Volo.Abp.Account.Web.Pages.Account
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class GrantsModel : AccountPageModel

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>
In this article
Back to top Powered by Volosoft