oauth2-client/test/src/Exception
Alexandru Guzinschi c0f8ebf920 Added getResponseBody method in IDPException
Problem:

Some providers are sending additional information when an error occurs,
which can't be accessed because property `$result` is protected.

Solution:

Data from this property can be accessed using `getResponseBody()` method.

Closes #185
2015-02-26 12:50:11 +02:00
..
IDPExceptionTest.php Added getResponseBody method in IDPException 2015-02-26 12:50:11 +02:00