You are here

public function PartnerInterface::requestOptions in Lockr 7.2

Same name and namespace in other branches
  1. 7 src/Lockr/PartnerInterface.php \Lockr\PartnerInterface::requestOptions()

Adds required request options to the request for partner authentication.

2 methods override PartnerInterface::requestOptions()
NullPartner::requestOptions in vendor/lockr/lockr-client/src/NullPartner.php
Adds required request options to the request for partner authentication.
Partner::requestOptions in vendor/lockr/lockr-client/src/Partner.php
Adds required request options to the request for partner authentication.

File

vendor/lockr/lockr-client/src/PartnerInterface.php, line 14

Class

PartnerInterface
Interface to Lockr platform specific partners.

Namespace

Lockr

Code

public function requestOptions();