You are here

public function Partner::requestOptions in Lockr 7

Same name and namespace in other branches
  1. 7.2 vendor/lockr/lockr-client/src/Partner.php \Lockr\Partner::requestOptions()

Adds required request options to the request for partner authentication.

Overrides PartnerInterface::requestOptions

File

src/Lockr/Partner.php, line 30

Class

Partner

Namespace

Lockr

Code

public function requestOptions() {
  return array(
    'cert' => $this->cert,
  );
}