(string $token)
| 73 | } |
| 74 | |
| 75 | public function removeShareAuthentication(string $token): void |
| 76 | { |
| 77 | $this->removeLegacyPassword($token); |
| 78 | $this->removeValue('analytics-share-auth', $token); |
| 79 | } |
| 80 | |
| 81 | private function removeLegacyPassword(string $token): void |
| 82 | { |
no test coverage detected