OAuthAccessor
class OAuthAccessor extends Accessor
OAuthAccessor is holding a http client and the necessary OAuth information for the RESTClient to make requests.
Methods
__construct(string $baseUrl, AccessToken $accessToken, string $consumer_key, string $consumer_secret)
No description