-
Notifications
You must be signed in to change notification settings - Fork 2
auth.MockGuard
Sclable CI edited this page Sep 11, 2024
·
198 revisions
auth.MockGuard
-
IAuthGuard
↳
MockGuard
• new MockGuard(...args
): MockGuard
Name | Type |
---|---|
...args |
any [] |
AuthGuard('mock').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('mock').canActivate