UNPKG

@mas-soft/mas-core-server

Version:

main application

10 lines (9 loc) 359 B
import { JwtPayload } from './jwt.payload'; import { AuthService } from './auth.service'; declare const JwtStrategy_base: new (...args: any[]) => any; export declare class JwtStrategy extends JwtStrategy_base { private readonly authService; constructor(authService: AuthService); validate(payload: JwtPayload): Promise<any>; } export {};