fn jwk_to_decoding_key(jwk: &Jwk) -> Result<DecodingKey, String>
Builds a [DecodingKey] from a JWK based on its key type.
DecodingKey