20#ifndef ORES_NATS_SERVICE_JWKS_HPP
21#define ORES_NATS_SERVICE_JWKS_HPP
25#include <boost/asio/awaitable.hpp>
26#include "ores.nats/service/client.hpp"
28namespace ores::nats::service {
45boost::asio::awaitable<std::string>
46fetch_jwks_public_key(client& nats,
47 std::chrono::seconds per_request_timeout = std::chrono::seconds(10));