Home
last modified time | relevance | path

Searched refs:maxKeyLength (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php27 private $maxKeyLength = 64; variable
104 if ($this->maxKeyLength && strlen($key) > $this->maxKeyLength) {
105 $key = substr(hash('sha256', $key), 0, $this->maxKeyLength);