You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ with optional overrides.
84
84
***clientId** - (`string`) _REQUIRED_ your client id on the auth server
85
85
***clientSecret** - (`string`) client secret to pass to token exchange requests. :warning: Read more about [client secrets](#note-about-client-secrets)
86
86
***redirectUrl** - (`string`) _REQUIRED_ the url that links back to your app with the auth code
87
-
***scopes** - (`array<string>`) _REQUIRED_the scopes for your token, e.g. `['email', 'offline_access']`
87
+
***scopes** - (`array<string>`) the scopes for your token, e.g. `['email', 'offline_access']`.
88
88
***additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
89
89
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
90
90
`hello=world&foo=bar` to the authorization request.
0 commit comments