PayPal\Auth\Oauth\OAuthSignatureMethod::build_signature PHP Method

build_signature() abstract public method

the encoding is handled in OAuthRequest when the final request is serialized
abstract public build_signature ( OAuthRequest $request, OAuthConsumer $consumer, OAuthToken $token ) : string
$request OAuthRequest
$consumer OAuthConsumer
$token OAuthToken
return string
    public abstract function build_signature($request, $consumer, $token);