Interface IIdentityUserIntegrationService
Namespace: Volo.Abp.Identity.Integration
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public interface IIdentityUserIntegrationService : IApplicationService, IRemoteService
Methods
GetRoleNamesAsync(Guid)
Declaration
Task<string[]> GetRoleNamesAsync(Guid id)
Parameters
Type | Name | Description |
---|---|---|
Guid | id |
Returns
Type | Description |
---|---|
Task<string[]> |