Skip to main content

Class: JwtAuthGuard

backend.JwtAuthGuard

Implements#

  • CanActivate

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

• new JwtAuthGuard(reflector)

Parameters#

NameType
reflectorReflector

Defined in#

system/core/backend/src/helpers/auth-guards.ts:38

Methods#

canActivate#

â–¸ canActivate(context): Promise<boolean>

Parameters#

NameType
contextExecutionContext

Returns#

Promise<boolean>

Implementation of#

CanActivate.canActivate

Defined in#

system/core/backend/src/helpers/auth-guards.ts:40