-
Notifications
You must be signed in to change notification settings - Fork 2
auth.LocalGuard
Sclable CI edited this page Sep 11, 2024
·
198 revisions
auth.LocalGuard
-
IAuthGuard
↳
LocalGuard
• new LocalGuard(...args
): LocalGuard
Name | Type |
---|---|
...args |
any [] |
AuthGuard('local').constructor
node_modules/@nestjs/passport/dist/interfaces/type.interface.d.ts:2
▸ canActivate(context
): boolean
| Promise
<boolean
> | Observable
<boolean
>
Name | Type |
---|---|
context |
ExecutionContext |
boolean
| Promise
<boolean
> | Observable
<boolean
>
AuthGuard('local').canActivate