UNPKG

component-dbs-core

Version:

DTO objects shared among device backend

8 lines (7 loc) 288 B
import { IJwtLib } from '../iJwtLib'; import { EnvironmentService } from '../../../../common_services/config/envService'; export default class JwtLib implements IJwtLib { private envService; constructor(envService: EnvironmentService); decodeJwt(input: any): Promise<void>; }