public interface AuthTokenFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
AuthTokenFactory.AuthToken
A marker interface for authentication tokens.
|
static interface |
AuthTokenFactory.TokenListener
A listener interface that's used to inform interested
parties that an authentication token has changed.
|
Modifier and Type | Method and Description |
---|---|
AuthTokenFactory.AuthToken |
getAuthToken()
Get an authentication token.
|
void |
handleSessionExpiredException(GoogleService.SessionExpiredException sessionExpired)
Handles a session expired exception.
|
AuthTokenFactory.AuthToken getAuthToken()
void handleSessionExpiredException(GoogleService.SessionExpiredException sessionExpired) throws GoogleService.SessionExpiredException, AuthenticationException