MCPcopy Create free account
hub / github.com/Rello/analytics / removeShareAuthentication

Method removeShareAuthentication

lib/DataSession.php:75–79  ·  view source on GitHub ↗
(string $token)

Source from the content-addressed store, hash-verified

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 {

Callers 1

authenticatePasswordMethod · 0.80

Calls 2

removeLegacyPasswordMethod · 0.95
removeValueMethod · 0.95

Tested by

no test coverage detected