Skip to content

Commit 84b54fb

Browse files
author
Kadi Kraman
committed
Fix docs to remove scopes as required
1 parent c0cff26 commit 84b54fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ with optional overrides.
8484
* **clientId** - (`string`) _REQUIRED_ your client id on the auth server
8585
* **clientSecret** - (`string`) client secret to pass to token exchange requests. :warning: Read more about [client secrets](#note-about-client-secrets)
8686
* **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']`.
8888
* **additionalParameters** - (`object`) additional parameters that will be passed in the authorization request.
8989
Must be string values! E.g. setting `additionalParameters: { hello: 'world', foo: 'bar' }` would add
9090
`hello=world&foo=bar` to the authorization request.

0 commit comments

Comments
 (0)