We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb295b commit 9dbe7d2Copy full SHA for 9dbe7d2
README.md
@@ -80,7 +80,9 @@ async function run() {
80
const authorizationUri = client.authorizeURL({
81
redirect_uri: 'http://localhost:3000/callback',
82
scope: '<scope>',
83
- state: '<state>'
+ state: '<state>',
84
+
85
+ customParam: 'foo', // non-standard oauth params may be passed as well
86
});
87
88
// Redirect example using Express (see http://expressjs.com/api.html#res.redirect)
0 commit comments