sealed class Permission
Represents all the different supported permission types. |
|
interface PermissionRequest
Represents a permission request, used when engines need access to protected resources. Every request must be handled by either calling grant or reject. |