public interface AuthorizationCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompletion(ServiceProxyException exception)
This method is called when Oracle Mobile Cloud Service is ready with the access token
or when any exception occurs during the process of getting the access token from the auth server.
|
void onCompletion(ServiceProxyException exception)
exception
- Exception object to return.