public interface AuthenticationCallback
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable exc)
Executed on failure.
|
void |
onSuccess(AuthenticationResult result)
Executed on success.
|
void onSuccess(AuthenticationResult result)
result
- authentication result for further processingvoid onFailure(Throwable exc)
exc
- Throwable exception to be handled.Copyright © 2013–2015. All rights reserved.