Google Data APIs Client Library



com.google.gdata.client
Interface AuthTokenFactory.AuthToken

All Known Subinterfaces:
HttpAuthToken, HttpGDataRequest.AuthToken
All Known Implementing Classes:
GoogleAuthTokenFactory.AuthSubToken, GoogleAuthTokenFactory.UserToken, GoogleService.AuthSubToken, GoogleService.UserToken
Enclosing interface:
AuthTokenFactory

public static interface AuthTokenFactory.AuthToken

A marker interface for authentication tokens. Auth tokens are protocol-specific (e.g. HTTP auth tokens) so there are no common methods.