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

Method removeLegacyPassword

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

Source from the content-addressed store, hash-verified

79 }
80
81 private function removeLegacyPassword(string $token): void
82 {
83 if ($this->getValue('data-password', $token) !== null) {
84 $this->removeValue('data-password', $token);
85 }
86 }
87
88 protected function removeValue(string $key, string $token): void
89 {

Callers 3

isShareAuthenticatedMethod · 0.95
setShareAuthenticatedMethod · 0.95

Calls 2

getValueMethod · 0.95
removeValueMethod · 0.95

Tested by

no test coverage detected