Uses of Class
com.fitbit.api.client.http.AccessToken

Packages that use AccessToken
com.fitbit.api.client   
com.fitbit.api.client.http   
 

Uses of AccessToken in com.fitbit.api.client
 

Methods in com.fitbit.api.client that return AccessToken
 AccessToken FitbitApiClientAgent.getOAuthAccessToken(String token, String tokenSecret, String oauth_verifier)
          Retrieves an access token associated with the supplied request token, retrieved tokenSecret and oauth_verifier or pin
 AccessToken FitbitApiClientAgent.getOAuthAccessToken(TempCredentials tempToken)
          Retrieves an access token associated with the supplied request token.
 AccessToken FitbitApiClientAgent.getOAuthAccessToken(TempCredentials tempToken, String pin)
          Retrieves an access token associated with the supplied request token and retrieved pin, sets userId.
 

Methods in com.fitbit.api.client with parameters of type AccessToken
 void FitbitApiClientAgent.setOAuthAccessToken(AccessToken accessToken)
          Sets the access token
 

Uses of AccessToken in com.fitbit.api.client.http
 

Methods in com.fitbit.api.client.http that return AccessToken
 AccessToken TempCredentials.getAccessToken()
           
 AccessToken HttpClient.getOAuthAccessToken(String token, String tokenSecret, String oauth_verifier)
           
 AccessToken HttpClient.getOAuthAccessToken(TempCredentials token)
           
 AccessToken HttpClient.getOAuthAccessToken(TempCredentials token, String pin)
           
 

Methods in com.fitbit.api.client.http with parameters of type AccessToken
 void HttpClient.setOAuthAccessToken(AccessToken token)
          Sets the authorized access token
 



Copyright © 2012. All Rights Reserved.