Class IdentityServerClaimTypesClientProxy
Inheritance
IdentityServerClaimTypesClientProxy
Implements
Inherited Members
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.HttpApi.Client.dll
Syntax
[Dependency(ReplaceServices = true)]
[ExposeServices(new Type[] { typeof(IIdentityServerClaimTypeAppService), typeof(IdentityServerClaimTypesClientProxy) })]
public class IdentityServerClaimTypesClientProxy : ClientProxyBase<IIdentityServerClaimTypeAppService>, ITransientDependency, IIdentityServerClaimTypeAppService, IApplicationService, IRemoteService
Constructors
IdentityServerClaimTypesClientProxy()
Declaration
public IdentityServerClaimTypesClientProxy()
Methods
GetListAsync()
Declaration
public virtual Task<List<IdentityClaimTypeDto>> GetListAsync()
Returns
Type | Description |
---|---|
Task<List<IdentityClaimTypeDto>> |