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