public interface

AuthTokenFactory

com.google.gdata.client.AuthTokenFactory
Known Indirect Subclasses

Class Overview

An interface to a factory that creates authentication tokens.

Summary

Nested Classes
interface AuthTokenFactory.AuthToken A marker interface for authentication tokens. 
interface AuthTokenFactory.TokenListener A listener interface that's used to inform interested parties that an authentication token has changed. 
Public Methods
abstract AuthTokenFactory.AuthToken getAuthToken()
Get an authentication token.
abstract void handleSessionExpiredException(GoogleService.SessionExpiredException sessionExpired)
Handles a session expired exception.

Public Methods

public abstract AuthTokenFactory.AuthToken getAuthToken ()

Get an authentication token.

Returns
  • Authentication token.

public abstract void handleSessionExpiredException (GoogleService.SessionExpiredException sessionExpired)

Handles a session expired exception.

Parameters
sessionExpired