-
Notifications
You must be signed in to change notification settings - Fork 2
auth.LocalGuard
Sclable CI edited this page Nov 24, 2023
·
198 revisions
auth.LocalGuard
-
IAuthGuard
↳
LocalGuard
• new LocalGuard(...args
)
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