The following code does not work: ``` $keyInfo = [ "kty" => "oct", "kid" => "unitTestJWKHMAC", "alg" => "HS256", "k" => "SecretKey", ] $jwk = \Firebase\JWT\JWK::parseKey($keyInfo); ``` Is there an intention to support this?