Files
evento/dist/core/services/auth.service.d.ts
2026-03-18 14:55:56 -03:00

6 lines
234 B
TypeScript

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