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 / MockGuard
IAuthGuard
new MockGuard(...args): MockGuard
args
MockGuard
• ...args: any[]
any
AuthGuard('mock').constructor
node_modules/@nestjs/passport/dist/interfaces/type.interface.d.ts:2
canActivate(context): boolean | Promise<boolean> | Observable<boolean>
context
boolean
Promise
Observable
• context: ExecutionContext
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('mock').canActivate
packages/auth/src/guards/mock.guard.ts:6