| 1 | <?php |
||
| 21 | final class None implements TokenEndpointAuthenticationMethod |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * {@inheritdoc} |
||
| 25 | */ |
||
| 26 | public function getSchemesParameters(): array |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function findClientId(ServerRequestInterface $request, &$clientCredentials = null): ? ClientId |
||
| 43 | |||
| 44 | /** |
||
| 45 | * {@inheritdoc} |
||
| 46 | */ |
||
| 47 | public function checkClientConfiguration(DataBag $command_parameters, DataBag $validated_parameters): DataBag |
||
| 51 | |||
| 52 | /** |
||
| 53 | * {@inheritdoc} |
||
| 54 | */ |
||
| 55 | public function isClientAuthenticated(Client $client, $clientCredentials, ServerRequestInterface $request): bool |
||
| 59 | |||
| 60 | /** |
||
| 61 | * {@inheritdoc} |
||
| 62 | */ |
||
| 63 | public function getSupportedAuthenticationMethods(): array |
||
| 67 | } |
||
| 68 |