Psecio\Jwt\Header::getKey PHP Метод

getKey() публичный Метод

Get the currently set key
public getKey ( ) : string
Результат string Current key string
    public function getKey()
    {
        return $this->key;
    }