- All Known Subinterfaces:
OauthTokenAccessor.OauthTokenProperty
- Enclosing interface:
- OauthTokenAccessor
public static interface OauthTokenAccessor.OauthTokenMutator
Provides a mutator for a OAuth token property.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetOauthToken(OauthToken aOauthToken) Sets the OAuth token for the OAuth token property.
-
Method Details
-
setOauthToken
Sets the OAuth token for the OAuth token property.- Parameters:
aOauthToken- The OAuth token to be stored by the OAuth token property.
-