Created
March 27, 2019 21:27
-
-
Save lightsofapollo/c45fdb32042dc9f9ca002c697e2c3c59 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ code: | |
'4/GwGg5miSAcd1wKy9Ye81SLrk6P5fqo46m_W9Vwh2KFBQgHhK-jA4cVsZn2XG57t7-Bdq4XHJ-uKPQvJdJjnkVIM' } | |
{ values: | |
{ code: | |
'4/GwGg5miSAcd1wKy9Ye81SLrk6P5fqo46m_W9Vwh2KFBQgHhK-jA4cVsZn2XG57t7-Bdq4XHJ-uKPQvJdJjnkVIM', | |
client_id: | |
'689324920305-m6h4n6blvhaalrgc89dese8s5tca9kol.apps.googleusercontent.com', | |
client_secret: '8OC4sIVWQotJuenxrfmFQL2i', | |
redirect_uri: 'https://conduitventures.consulting/auth/google', | |
grant_type: 'authorization_code', | |
code_verifier: undefined } } | |
HTTP 1857: call onSocket 0 0 | |
HTTP 1857: createConnection oauth2.googleapis.com:443:::::::::::::::: { servername: 'oauth2.googleapis.com', | |
_defaultAgent: | |
Agent { | |
_events: [Object: null prototype] { free: [Function] }, | |
_eventsCount: 1, | |
_maxListeners: undefined, | |
defaultPort: 443, | |
protocol: 'https:', | |
options: { path: null }, | |
requests: {}, | |
sockets: { 'oauth2.googleapis.com:443::::::::::::::::': [] }, | |
freeSockets: {}, | |
keepAliveMsecs: 1000, | |
keepAlive: false, | |
maxSockets: Infinity, | |
maxFreeSockets: 256, | |
maxCachedSessions: 100, | |
_sessionCache: { map: {}, list: [] } }, | |
protocol: 'https:', | |
slashes: true, | |
auth: null, | |
host: 'oauth2.googleapis.com', | |
port: 443, | |
hostname: 'oauth2.googleapis.com', | |
hash: null, | |
search: null, | |
query: null, | |
pathname: '/token', | |
path: null, | |
href: 'https://oauth2.googleapis.com/token', | |
method: 'POST', | |
headers: | |
[Object: null prototype] { | |
'Content-Type': [ 'application/x-www-form-urlencoded' ], | |
'User-Agent': [ 'google-api-nodejs-client/3.1.1' ], | |
Accept: [ 'application/json' ], | |
'Content-Length': [ '333' ], | |
'Accept-Encoding': [ 'gzip,deflate' ], | |
Connection: [ 'close' ] }, | |
agent: undefined, | |
_agentKey: 'oauth2.googleapis.com:443::::::::::::::::' } | |
HTTP 1857: sockets oauth2.googleapis.com:443:::::::::::::::: 1 | |
HTTP 1857: write ret = false | |
HTTP 1857: outgoing message end. | |
HTTP 1857: AGENT incoming response! | |
HTTP 1857: AGENT socket.destroySoon() | |
HTTP 1857: CLIENT socket onClose | |
HTTP 1857: removeSocket oauth2.googleapis.com:443:::::::::::::::: writable: false | |
HTTP 1857: HTTP socket close | |
Error: redirect_uri_mismatch | |
Error: redirect_uri_mismatch | |
at Gaxios.<anonymous> (/Users/sahajalal/workspace/conduit/assistant/node_modules/gaxios/src/gaxios.ts:74:15) | |
at Generator.next (<anonymous>) | |
at fulfilled (/Users/sahajalal/workspace/conduit/assistant/node_modules/gaxios/build/src/gaxios.js:16:58) | |
at process._tickCallback (internal/process/next_tick.js:68:7) | |
HTTP 1857: write ret = true | |
HTTP 1857: outgoing message end. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment