There was an error while loading. Please reload this page.
1 parent f17ed40 commit 0d9b107Copy full SHA for 0d9b107
README.md
@@ -63,7 +63,7 @@ const getClientCredentials = oauth.clientCredentials(
63
'https://oauth.com/2.0/token',
64
'CLIENT_ID',
65
'CLIENT_SECRET'
66
-})
+)
67
68
const auth = await getClientCredentials('OPTIONAL_SCOPES')
69
// => { "access_token": "...", "expires_in": 900, ... }
0 commit comments