public function Partner::requestOptions in Lockr 7
Same name and namespace in other branches
- 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
Namespace
LockrCode
public function requestOptions() {
return array(
'cert' => $this->cert,
);
}