exception documentation
class UnsupportedResponseError(SDKError): (source)
Constructor: UnsupportedResponseError(expected, resp)
Raised when the token exchange returned an unexpected response type.
| Parameters | |
| expected | The expected response type name. |
| resp | The actual response object received. |
| Method | __init__ |
Initialize the error. |