File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- import debugF from 'debug' ;
1+ import debugg from 'debug' ;
22
3- const debug = debugF ( 'simple-oauth2:access-token' ) ;
3+ const debug = debugg ( 'simple-oauth2:access-token' ) ;
44
55const EXPIRES_AT_PROPERTY_NAME = 'expires_at' ;
66const EXPIRES_IN_PROPERTY_NAME = 'expires_in' ;
Original file line number Diff line number Diff line change 11import Hoek from '@hapi/hoek' ;
22import Wreck from '@hapi/wreck' ;
3- import debugF from 'debug' ;
3+ import debugg from 'debug' ;
44import { RequestOptions } from './request-options.js' ;
55
6- const debug = debugF ( 'simple-oauth2:client' ) ;
6+ const debug = debugg ( 'simple-oauth2:client' ) ;
77
88const defaultHttpHeaders = {
99 Accept : 'application/json' ,
Original file line number Diff line number Diff line change 11import Hoek from '@hapi/hoek' ;
22import querystring from 'querystring' ;
3- import debug from 'debug' ;
3+ import debugg from 'debug' ;
44import { CredentialsEncoding } from './credentials-encoding.js' ;
55
6+ const debug = debugg ( 'simple-oauth2:request-options' ) ;
7+
68const JSON_CONTENT_TYPE = 'application/json' ;
79const FORM_CONTENT_TYPE = 'application/x-www-form-urlencoded' ;
810
You can’t perform that action at this time.
0 commit comments