summaryrefslogtreecommitdiff
path: root/src/web_service/verify_user_jwt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web_service/verify_user_jwt.h')
-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 @@
10 10
11namespace WebService { 11namespace WebService {
12 12
13std::string GetPublicKey(const std::string& host);
14
13class VerifyUserJWT final : public Network::VerifyUser::Backend { 15class VerifyUserJWT final : public Network::VerifyUser::Backend {
14public: 16public:
15 VerifyUserJWT(const std::string& host); 17 VerifyUserJWT(const std::string& host);