| Package | Description |
|---|---|
| org.opensocial.auth |
| Modifier and Type | Method and Description |
|---|---|
OAuth3LeggedScheme.Token |
OAuth3LeggedScheme.getAccessToken()
Returns the access token for which the original request token was
exchanged or null if the exchange hasn't occurred and no access token is
associated with the current instance.
|
OAuth3LeggedScheme.Token |
OAuth3LeggedScheme.getRequestToken()
Returns the request token previously retrieved from the provider when
getAuthorizationUrl was executed or null if no request token is
associated with the current instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth3LeggedScheme.setAccessToken(OAuth3LeggedScheme.Token token)
Associates the specified access token with the current instance.
|
void |
OAuth3LeggedScheme.setRequestToken(OAuth3LeggedScheme.Token token)
Associates the specified request token with the current instance.
|
Copyright © 2012. All Rights Reserved.