????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/jwt/dist/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@nestjs/jwt/dist/jwt.module.d.ts |
import { DynamicModule } from '@nestjs/common'; import { JwtModuleAsyncOptions, JwtModuleOptions } from './interfaces/jwt-module-options.interface'; export declare class JwtModule { static register(options: JwtModuleOptions): DynamicModule; static registerAsync(options: JwtModuleAsyncOptions): DynamicModule; private static createAsyncProviders; private static createAsyncOptionsProvider; }