-
- All Known Subinterfaces:
OauthTokenAccessor.OauthTokenProperty
- Enclosing interface:
- OauthTokenAccessor
public static interface OauthTokenAccessor.OauthTokenMutatorProvides a mutator for a OAuth token property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOauthToken(OauthToken aOauthToken)Sets the OAuth token for the OAuth token property.
-
-
-
Method Detail
-
setOauthToken
void setOauthToken(OauthToken aOauthToken)
Sets the OAuth token for the OAuth token property.- Parameters:
aOauthToken- The OAuth token to be stored by the OAuth token property.
-
-