File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717import extend = require( 'extend' ) ;
1818import jwt = require( 'jsonwebtoken' ) ;
1919import logger from '../../lib/logger' ;
20- import { TokenManager , TokenManagerOptions } from "./token-manager" ;
20+ import { TokenManager , TokenManagerOptions } from "./token-manager" ;
2121
2222/** Configuration options for JWT token retrieval. */
2323export type JwtTokenManagerOptions = TokenManagerOptions ;
Original file line number Diff line number Diff line change 1717import { OutgoingHttpHeaders } from 'http' ;
1818import logger from '../../lib/logger' ;
1919import { RequestWrapper } from '../../lib/request-wrapper' ;
20- import { getCurrentTime } from "../utils" ;
20+ import { getCurrentTime } from "../utils" ;
2121
2222/** Configuration options for token retrieval. */
2323export type TokenManagerOptions = {
You can’t perform that action at this time.
0 commit comments