public static interface UserRepository.LoginCallback<U>
U user instance or thrown error.| Modifier and Type | Method and Description |
|---|---|
void |
onError(java.lang.Throwable t) |
void |
onSuccess(AccessToken token,
U currentUser) |
void onSuccess(AccessToken token, U currentUser)
void onError(java.lang.Throwable t)