summaryrefslogtreecommitdiffstats
path: root/src/web_service/verify_user_jwt.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web_service/verify_user_jwt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web_service/verify_user_jwt.h b/src/web_service/verify_user_jwt.h
index 826e01eed..6db74c208 100644
--- a/src/web_service/verify_user_jwt.h
+++ b/src/web_service/verify_user_jwt.h
@@ -10,6 +10,8 @@
namespace WebService {
+std::string GetPublicKey(const std::string& host);
+
class VerifyUserJWT final : public Network::VerifyUser::Backend {
public:
VerifyUserJWT(const std::string& host);