1 | <?php namespace Ntholenaar\MultiSafepayClient\Http\Plugin\Authentication; |
||
6 | final class MultiSafepayAuthentication implements Authentication |
||
7 | { |
||
8 | /** |
||
9 | * @var string |
||
10 | */ |
||
11 | private $apiKey; |
||
12 | |||
13 | /** |
||
14 | * @param $apiKey |
||
15 | */ |
||
16 | public function __construct($apiKey) |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | */ |
||
24 | public function authenticate(RequestInterface $request) |
||
28 | } |
||
29 |