Class: JwtAuthGuard
backend.JwtAuthGuard
Implements#
CanActivate
Table of contents#
Constructors#
Methods#
Constructors#
constructor#
• new JwtAuthGuard(reflector)
Parameters#
| Name | Type |
|---|---|
reflector | Reflector |
Defined in#
system/core/backend/src/helpers/auth-guards.ts:38
Methods#
canActivate#
â–¸ canActivate(context): Promise<boolean>
Parameters#
| Name | Type |
|---|---|
context | ExecutionContext |
Returns#
Promise<boolean>
Implementation of#
CanActivate.canActivate