File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ This is your configuration object for the client
60
60
- ** issuer** : (` string ` ) * REQUIRED* the url of the auth server
61
61
- ** clientId** : (` string ` ) * REQUIRED* your client id on the auth server
62
62
- ** redirectUrl** : (` string ` ) * REQUIRED* the url that links back to your app with the auth code
63
- - ** additionalParameters** : (` object ` | ` null ` ) additional parameters that will be passed in the authorization request
63
+ - ** additionalParameters** : (` object ` | ` null ` ) additional parameters that will be passed in the authorization request.
64
+ Must be string values! E.g. setting ` additionalParameters: { hello: 'world', foo: 'bar' } ` would add
65
+ ` hello=world&foo=bar ` to the authorization request.
64
66
65
67
### ` refresh `
66
68
You can’t perform that action at this time.
0 commit comments