Bynder / bynder-php-sdk

SDK in PHP for integration with Bynder
MIT License
14 stars 22 forks source link

Fix Outh2 refresh token #72

Closed ConstantBqt closed 3 months ago

ConstantBqt commented 3 months ago

As per the API documentation, the API does not return return the refresh_token.

So we have to keep the previous token's refresh_token to make sure it is available for further refresh requests.

Fix Issue https://github.com/Bynder/bynder-php-sdk/issues/29