Interface OauthTokenAccessor.OauthTokenMutator

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 Type
    Method
    Description
    void
    Sets the OAuth token for the OAuth token property.
  • Method Details

    • 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.