| 1 | <?php |
||
| 9 | class ApplicationKeyConnection implements ConnectionInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var |
||
| 13 | */ |
||
| 14 | public $key; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var |
||
| 18 | */ |
||
| 19 | public $hubId; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | public function getHubId(): string |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Add the 'hapikey' to the query |
||
| 31 | * |
||
| 32 | * @inheritdoc |
||
| 33 | */ |
||
| 34 | public function prepareAuthorizationRequest( |
||
| 58 | |||
| 59 | /** |
||
| 60 | * We can't do much, just return the response |
||
| 61 | * |
||
| 62 | * @inheritdoc |
||
| 63 | */ |
||
| 64 | public function handleAuthorizationResponse( |
||
| 71 | } |
||
| 72 |