PayPal\Auth\PPTokenAuthorization::__construct PHP Method

__construct() public method

public __construct ( $accessToken, $tokenSecret )
    public function __construct($accessToken, $tokenSecret)
    {
        $this->accessToken = $accessToken;
        $this->tokenSecret = $tokenSecret;
    }