Initial commit - Event Planner application
This commit is contained in:
6
dist/core/services/auth.service.d.ts
vendored
Normal file
6
dist/core/services/auth.service.d.ts
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export declare class AuthService {
|
||||
private readonly jwtSecret;
|
||||
sign(payload: Record<string, any>, expiresIn?: string): string;
|
||||
verify(token: string): Record<string, any> | null;
|
||||
}
|
||||
//# sourceMappingURL=auth.service.d.ts.map
|
||||
Reference in New Issue
Block a user