Interface IUserRoleFinder
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.Shared.dll
Syntax
public interface IUserRoleFinder
Methods
GetRolesAsync(Guid)
Declaration
Task<string[]> GetRolesAsync(Guid userId)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | userId |
Returns
| Type | Description |
|---|---|
| Task<System.String[]> |