Page Contents
Home > @loopback/authorization > AuthorizationRequest
AuthorizationRequest interface
Inspired by https://github.com/casbin/node-casbin
Signature:
export interface AuthorizationRequest
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
|
string |
The operation that the requestor performs on the resource. | ||
|
string |
(Optional) The domain (realm/tenant) | ||
|
string |
The resource that is going to be accessed. | ||
|
string |
The requestor that wants to access a resource. |