| Total Complexity | 3 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class OktaProvider extends GenericProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Checks a provider response for errors. |
||
| 13 | * |
||
| 14 | * @throws IdentityProviderException |
||
| 15 | * @param array<mixed>|string $data Parsed response data |
||
| 16 | */ |
||
| 17 | protected function checkResponse(ResponseInterface $response, mixed $data): void |
||
| 29 |