Skip to content

Commit a41c731

Browse files
committed
Add docs for getRoles()
1 parent f3bbf45 commit a41c731

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,24 @@ Remove a role from the current user
219219

220220
Remove all roles from current user
221221

222+
#### `AclService.getRoles()`
223+
224+
Get all of the roles attached to the user
225+
226+
###### Returns
227+
228+
**array**
229+
222230
#### `AclService.hasRole(role)`
223231

224232
Check if the current user has role attached
225233

234+
###### Parameters
235+
236+
| Param | Type | Example | Details |
237+
| ----- | ---- | ------- | ------- |
238+
| `role` | string | `"admin"` | The role label |
239+
226240
###### Returns
227241

228242
**boolean**

0 commit comments

Comments
 (0)