|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TempCredentials | |
|---|---|
| com.fitbit.api.client | |
| com.fitbit.api.client.http | |
| Uses of TempCredentials in com.fitbit.api.client |
|---|
| Methods in com.fitbit.api.client that return TempCredentials | |
|---|---|
TempCredentials |
FitbitApiClientAgent.getOAuthTempToken()
Retrieves a request token |
TempCredentials |
FitbitApiClientAgent.getOAuthTempToken(String callback_url)
Retrieves a request token, providing custom callback url |
| Methods in com.fitbit.api.client with parameters of type TempCredentials | |
|---|---|
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. |
| Uses of TempCredentials in com.fitbit.api.client.http |
|---|
| Methods in com.fitbit.api.client.http that return TempCredentials | |
|---|---|
TempCredentials |
HttpClient.getOAuthRequestToken()
|
TempCredentials |
HttpClient.getOauthRequestToken(String callback_url)
|
| Methods in com.fitbit.api.client.http with parameters of type TempCredentials | |
|---|---|
AccessToken |
HttpClient.getOAuthAccessToken(TempCredentials token)
|
AccessToken |
HttpClient.getOAuthAccessToken(TempCredentials token,
String pin)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||