1
0
mirror of https://github.com/ovh/php-ovh.git synced 2023-11-05 03:20:26 +01:00

Sending authentication headers on requestCredentials

Signed-off-by: Germain Carré <germaincarre@yahoo.fr>
This commit is contained in:
Germain Carré 2019-07-06 17:10:27 +02:00
parent 45c9b8002f
commit 8c39467dd6

View File

@ -205,7 +205,7 @@ class Api
'POST', 'POST',
'/auth/credential', '/auth/credential',
$parameters, $parameters,
false true
) )
); );