Show / Hide Table of Contents

Class DynamicClaimsController

Inheritance
object
DynamicClaimsController
Implements
IDynamicClaimsAppService
IApplicationService
IRemoteService
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.HttpApi.dll
Syntax
[Area("account")]
[Route("/api/account/dynamic-claims")]
public class DynamicClaimsController : AbpControllerBase, IDynamicClaimsAppService, IApplicationService, IRemoteService

Constructors

DynamicClaimsController(IDynamicClaimsAppService)

Declaration
public DynamicClaimsController(IDynamicClaimsAppService dynamicClaimsAppService)
Parameters
Type Name Description
IDynamicClaimsAppService dynamicClaimsAppService

Properties

DynamicClaimsAppService

Declaration
protected IDynamicClaimsAppService DynamicClaimsAppService { get; }
Property Value
Type Description
IDynamicClaimsAppService

Methods

RefreshAsync()

Declaration
[HttpPost]
[Route("refresh")]
public virtual Task RefreshAsync()
Returns
Type Description
Task

Implements

IDynamicClaimsAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft