public interface AuthenticationDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
onInvalidAuth(AuthenticationError error,
AuthenticationCallback callback)
Notifies the delegate of a failed request due to invalid credentials
|
void onInvalidAuth(AuthenticationError error, AuthenticationCallback callback)
error - detail about the authentication error. See AuthenticationErrorcallback - callback to invoke with a new token. See AuthenticationCallback