express-rest-decorators - v1.0.0-rc.2
GitHub
npm
Preparing search index...
AuthorizationChecker
Type Alias AuthorizationChecker
AuthorizationChecker
:
(
action
:
Action
,
roles
?:
string
[]
,
)
=>
boolean
|
Promise
<
boolean
>
Authorization checker signature.
Type Declaration
(
action
:
Action
,
roles
?:
string
[]
)
:
boolean
|
Promise
<
boolean
>
Parameters
action
:
Action
Optional
roles
:
string
[]
Returns
boolean
|
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
npm
express-rest-decorators - v1.0.0-rc.2
Loading...
Authorization checker signature.