public interface Authenticator
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthToken()
Synchronously retrieves an auth token.
|
void |
invalidateAuthToken(java.lang.String authToken)
Invalidates the provided auth token.
|
java.lang.String getAuthToken()
throws AuthenticatorError
AuthenticatorError - If authentication did not succeedvoid invalidateAuthToken(java.lang.String authToken)