OAuthPHPLib

OAuth 1.0a Client based on OAuth PHP Library as an example see https://code.google.com/p/oauth-php/
extends Upwork\API\AuthTypes\AbstractOAuth implements Upwork\API\Interfaces\Client
Methods Summary
public
# getInstance( )
Get instance

access


public
# request( string $type , string $url , array $params = array ( ) )
Do request

access


Implementation of

public
# setupRequestToken( )
Get and setup request token

access


Implementation of

protected
# _setupAccessToken( string $verifier )
Get access token

access


protected
# _getOAuthInstance( int $authType = NULL )
Get OAuth instance

access


Methods inherited from Upwork\API\AuthTypes\AbstractOAuth
__construct(), option(), auth(), _setupAccessToken(), _getOAuthInstance()
Constants inherited from Upwork\API\AuthTypes\AbstractOAuth
URL_AUTH , URL_ATOKEN , URL_RTOKEN
Properties inherited from Upwork\API\AuthTypes\AbstractOAuth
$_apiKey, $_secret, $_requestToken, $_requestSecret, $_accessToken, $_accessSecret, $_verifier, $_epoint, $_mode, $_verifySsl, $_sigMethod