/home/techb158/dev.balacoffee.com/vendor/firebase/php-jwt/src
NameSizeModeActions
BeforeValidException.php3570644editdlrm
CachedKeySet.php70640644editdlrm
ExpiredException.php3530644editdlrm
JWK.php118280644editdlrm
JWT.php241930644editdlrm
JWTExceptionWithPayloadInterface.php3960644editdlrm
Key.php16220644editdlrm
SignatureInvalidException.php1020644editdlrm
Edit: /home/techb158/dev.balacoffee.com/vendor/firebase/php-jwt/src/Key.php (1622B)
keyMaterial = $keyMaterial; $this->algorithm = $algorithm; } /** * Return the algorithm valid for this key * * @return string */ public function getAlgorithm(): string { return $this->algorithm; } /** * @return string|resource|OpenSSLAsymmetricKey|OpenSSLCertificate */ public function getKeyMaterial() { return $this->keyMaterial; } }