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