We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@sclable/nestjs-libs / auth / KeycloakGuard
Defined in: packages/auth/src/guards/keycloak.guard.ts:8
IAuthGuard
new KeycloakGuard(reflector): KeycloakGuard
reflector
KeycloakGuard
Defined in: packages/auth/src/guards/keycloak.guard.ts:9
Reflector
AuthGuard('keycloak').constructor
canActivate(context): boolean | Promise<boolean> | Observable<boolean>
context
boolean
Promise
Observable
Defined in: packages/auth/src/guards/keycloak.guard.ts:12
ExecutionContext
Current execution context. Provides access to details about the current request pipeline.
boolean | Promise<boolean> | Observable<boolean>
Value indicating whether or not the current request is allowed to proceed.
AuthGuard('keycloak').canActivate