Class: JwtAuthGuard
backend.JwtAuthGuard
#
ImplementsCanActivate
#
Table of contents#
Constructors#
Methods#
Constructors#
constructor• new JwtAuthGuard(reflector
)
#
ParametersName | Type |
---|---|
reflector | Reflector |
#
Defined insystem/core/backend/src/helpers/auth-guards.ts:38
#
Methods#
canActivateâ–¸ canActivate(context
): Promise
<boolean
>
#
ParametersName | Type |
---|---|
context | ExecutionContext |
#
ReturnsPromise
<boolean
>
#
Implementation ofCanActivate.canActivate