Total Complexity | 3 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
30 | class Cas10 |
||
31 | { |
||
32 | /** |
||
33 | * @param \SimpleSAML\Configuration $config |
||
34 | */ |
||
35 | public function __construct(Configuration $config) |
||
37 | } |
||
38 | |||
39 | |||
40 | /** |
||
41 | * @param string $username |
||
42 | * @return string |
||
43 | */ |
||
44 | public function getValidateSuccessResponse(string $username): string |
||
47 | } |
||
48 | |||
49 | |||
50 | /** |
||
51 | * @return string |
||
52 | */ |
||
53 | public function getValidateFailureResponse(): string |
||
58 |