MCPcopy Create free account
hub / github.com/codecombat/codecombat / authorize

Method authorize

app/core/social-handlers/GPlusHandler.js:65–67  ·  view source on GitHub ↗
(opts, cb)

Source from the content-addressed store, hash-verified

63
64 auth2: {
65 authorize (opts, cb) {
66 return cb({ access_token: '1234' }) // eslint-disable-line n/no-callback-literal
67 }
68 }
69 }
70

Callers 1

reauthorizeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected