public interface AuthenticationCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
onFailure(Throwable exc)
Executed on failure.
|
void |
onSuccess(T result)
Executed on success.
|
Copyright © 2013–2021. All rights reserved.