|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthTokenFactory
An interface to a factory that creates authentication tokens.
Nested Class Summary | |
---|---|
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. |
Method Summary | |
---|---|
AuthTokenFactory.AuthToken |
getAuthToken()
Get an authentication token. |
void |
handleSessionExpiredException(GoogleService.SessionExpiredException sessionExpired)
Handles a session expired exception. |
Method Detail |
---|
AuthTokenFactory.AuthToken getAuthToken()
void handleSessionExpiredException(GoogleService.SessionExpiredException sessionExpired) throws GoogleService.SessionExpiredException, AuthenticationException
GoogleService.SessionExpiredException
AuthenticationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |