1 | <?php |
||
16 | class None extends AbstractAdapter |
||
17 | { |
||
18 | /** |
||
19 | * Authenticate |
||
20 | * |
||
21 | * @return bool |
||
22 | */ |
||
23 | public function authenticate(): bool |
||
27 | |||
28 | |||
29 | /** |
||
30 | * Get identifier |
||
31 | * |
||
32 | * @return string |
||
33 | */ |
||
34 | public function getIdentifier(): string |
||
38 | |||
39 | |||
40 | /** |
||
41 | * Get attributes |
||
42 | * |
||
43 | * @return array |
||
44 | */ |
||
45 | public function getAttributes(): array |
||
49 | } |
||
50 |