public static class OAuth2.TokenErrorResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
error |
java.lang.String |
errorDescription |
Constructor and Description |
---|
TokenErrorResponse(Response response)
Parameterized constructor built from an error response.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |