Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | class PlainVerifier implements CodeChallengeVerifierInterface |
||
18 | { |
||
19 | /** |
||
20 | * Return code challenge method. |
||
21 | */ |
||
22 | 54 | public function getMethod(): string |
|
25 | } |
||
26 | |||
27 | /** |
||
28 | * Verify the code challenge. |
||
29 | */ |
||
30 | 3 | public function verifyCodeChallenge(string $codeVerifier, string $codeChallenge): bool |
|
35 |