private function check_oauth_signature( $keys, $params ) {

        $http_method = strtoupper( WC()->api->server->method );

        $base_request_uri = rawurlencode( untrailingslashit( get_woocommerce_api_url( '' ) ) . WC()->api->server->path );