Total Complexity | 3 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
12 | class AccessTokenAuthentication implements \Jane\OpenApiRuntime\Client\Authentication |
||
13 | { |
||
14 | private $apiKey; |
||
15 | |||
16 | public function __construct(string $apiKey) |
||
17 | { |
||
18 | $this->{'apiKey'} = $apiKey; |
||
19 | } |
||
20 | |||
21 | public function getPlugin(): \Http\Client\Common\Plugin |
||
34 | } |
||
35 | }); |
||
36 | } |
||
37 | } |
||
38 |