We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 405c787 commit 0fe358bCopy full SHA for 0fe358b
config.php.example
@@ -10,5 +10,6 @@ $config = array(
10
'client_id' => 'MY_SURFCONEXT_CLIENT_ID',
11
'client_secret' => 'MY_SURFCONEXT_CLIENT_SECRET',
12
'token_endpoint' => 'https://api.surfconext.nl/v1/oauth2/token',
13
- ),
+ 'credentials_in_request_body' => true
14
+ )
15
);
0 commit comments