public function Partner::requestOptions in Lockr 7.2
Same name and namespace in other branches
- 7 src/Lockr/Partner.php \Lockr\Partner::requestOptions()
Adds required request options to the request for partner authentication.
Overrides PartnerInterface::requestOptions
File
- vendor/
lockr/ lockr-client/ src/ Partner.php, line 36
Class
Namespace
LockrCode
public function requestOptions() {
return array(
'cert' => $this->cert,
);
}