public void setOAuthData(OAuthData oauthData) - Sets the
OAuthData object associated with the session, typically used after an access token has been
refreshed.
Parameters
- OAuthData oauthData
- The OAuthData object to be associated with the session.
Returns
void