/home/techb158/ileadtechnology.com/vendor/firebase/php-jwt/src
NameSizeModeActions
BeforeValidException.php970644editdlrm
ExpiredException.php930644editdlrm
JWK.php56040644editdlrm
JWT.php225170644editdlrm
Key.php14510644editdlrm
SignatureInvalidException.php1020644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/firebase/php-jwt/src/Key.php (1451B)
keyMaterial = $keyMaterial; $this->algorithm = $algorithm; } /** * Return the algorithm valid for this key * * @return string */ public function getAlgorithm() { return $this->algorithm; } /** * @return string|resource|OpenSSLAsymmetricKey */ public function getKeyMaterial() { return $this->keyMaterial; } }