public interface AuthorizationResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Exception ex)
Invoked upon failure of an authorization request.
|
void |
onResult(AccessAuthorization response)
Invoked upon receiving successful response to an authorization request.
|
void onResult(AccessAuthorization response)
response - the authorization information contained in the responsevoid onError(java.lang.Exception ex)
ex - the exception which caused the failure