com.pras.auth
Interface Authenticator

All Known Implementing Classes:
BasicAuthenticatorImpl

public interface Authenticator


Method Summary
 java.lang.String getAuthToken(java.lang.String service)
          Do the authentication and read Auth_Token from Server.
 

Method Detail

getAuthToken

java.lang.String getAuthToken(java.lang.String service)
Do the authentication and read Auth_Token from Server. The implementor class will provide Account (Gmail) and Service details

Parameters:
service - Name of the Service for which Authentication Token is required e.g. "wise" for SpreadSheet
Returns: