Key::getAlgorithm()
Return the algorithm valid for this key
Return Return
(string)
Source Source
File: vendor/firebase/php-jwt/src/Key.php
public function getAlgorithm() { return $this->algorithm; }
Expand full source code Collapse full source code View on Github