Class IdentityUserIntegrationClientProxy
Namespace: Volo.Abp.Identity.Integration
Assembly: Volo.Abp.Identity.Pro.HttpApi.Client.dll
Syntax
public class IdentityUserIntegrationClientProxy : ClientProxyBase<IIdentityUserIntegrationService>, IIdentityUserIntegrationService, IApplicationService, IRemoteService
Constructors
IdentityUserIntegrationClientProxy()
Declaration
public IdentityUserIntegrationClientProxy()
Methods
GetRoleNamesAsync(Guid)
Declaration
public virtual Task<string[]> GetRoleNamesAsync(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Returns
| Type | Description |
|---|---|
| Task<string[]> |
Implements
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService