Wrong example
Tr1Galki opened this issue · 1 comments
Tr1Galki commented
Is it mistake at complete example?
app.get('/callback', (req, res) => { const authCode = req.query.code; const promise = apiClient.authorize(code);
would it be correct to enter here?
apiClient.authorize(authCode );
siirimangus commented