Class DynamicClaimsController
Implements
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.HttpApi.dll
Syntax
[RemoteService(true, Name = "AbpAccount")]
[Area("account")]
[Route("/api/account/dynamic-claims")]
public class DynamicClaimsController : AbpControllerBase, IAvoidDuplicateCrossCuttingConcerns, 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 |