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