Class DynamicClaimsController
Inheritance
DynamicClaimsController
Implements
IApplicationService
IRemoteService
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
Properties
DynamicClaimsAppService
Declaration
protected IDynamicClaimsAppService DynamicClaimsAppService { get; }
Property Value
Methods
RefreshAsync()
Declaration
[HttpPost]
[Route("refresh")]
public virtual Task RefreshAsync()
Returns
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService