1 | <?php |
||
10 | class StaticProvider implements AuthorizationProvider |
||
11 | { |
||
12 | /** @var string */ |
||
13 | private $authorization; |
||
14 | |||
15 | 1 | public function __construct(string $authorization) |
|
19 | |||
20 | 1 | public function getAuthorization(ClientInterface $client, OAuth2RequestInterface $request): ?string |
|
24 | |||
25 | public function saveAuthorization( |
||
32 | } |
||
33 |