Interfaces
IAccessControlService
Provides methods for handling the access of users to FivePD.
Methods
GiveAccess
Gives access to FivePD to the specified user.
Parameters
| Name | Type | Description |
|---|---|---|
| user | User | The user to give access to. |
RemoveAccess
Removes access of the specified user from using FivePD.
Parameters
| Name | Type | Description |
|---|---|---|
| user | User | The user to remove access from. |