public
Psr\Http\Message\RequestInterface
|
#
sign( Psr\Http\Message\RequestInterface $request, string $key, string $secret, string $customerId = null, integer $customerId,… )
Returns a signed copy of the
provided request using the given
API key, secret and, optionally, the
customer's ID.
Returns a signed copy of the
provided request using the given
API key, secret and, optionally, the
customer's ID.
Exchanges which don't require the
customer's ID for signing might pass
null as this parameter.
Parameters
- $request
- $key
- $secret
- $customerId
- $secret
- $customerId,…
Returns
Psr\Http\Message\RequestInterface
|