PhilipBrown\Signature\Auth::getAuthParams PHP Method

getAuthParams() private method

Get the auth params
private getAuthParams ( $prefix ) : array
$prefix
return array
    private function getAuthParams($prefix)
    {
        return array_intersect_key($this->params, array_flip($this->addPrefix($this->auth, $prefix)));
    }