Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
21 | class S256Verifier implements CodeChallengeVerifierInterface |
||
22 | { |
||
23 | /** |
||
24 | * Return code challenge method. |
||
25 | */ |
||
26 | 54 | public function getMethod(): string |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * Verify the code challenge. |
||
33 | */ |
||
34 | 3 | public function verifyCodeChallenge(string $codeVerifier, string $codeChallenge): bool |
|
42 |