be
This commit is contained in:
10
backend/dist/auth/jwt.stratedy.d.ts
vendored
Executable file
10
backend/dist/auth/jwt.stratedy.d.ts
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
import { ConfigService } from '@nestjs/config';
|
||||
declare const JwtStrategy_base: new (...args: any) => any;
|
||||
export declare class JwtStrategy extends JwtStrategy_base {
|
||||
constructor(config: ConfigService);
|
||||
validate(payload: any): Promise<{
|
||||
userId: any;
|
||||
username: any;
|
||||
}>;
|
||||
}
|
||||
export {};
|
Reference in New Issue
Block a user