public interface AuthListener
Modifier and Type | Method and Description |
---|---|
void |
onAuthFailure(ApiError error)
Called when authentication has failed.
|
void |
onAuthSuccess()
Called when authentication has been successful.
|
void onAuthSuccess()
void onAuthFailure(ApiError error)
ApiError
object that is passed to the method and decide whether it is possible to
recover.error
- provides additional details about the failure.