summaryrefslogtreecommitdiff
path: root/controller/PostgreSQL.hpp
diff options
context:
space:
mode:
authorGrant Limberg <[email protected]>2021-11-04 15:40:08 -0700
committerGrant Limberg <[email protected]>2021-11-04 15:40:08 -0700
commit8d39c9a861c9a1ff4064648bceb2d556da151147 (patch)
treea74bfac5810fe7367b801a03ccb882d8e0f7076f /controller/PostgreSQL.hpp
parentf8bf91426bbfb2d1d245975f66ac634fb3e9d1a1 (diff)
plumbing full flow from controller -> client network
Diffstat (limited to 'controller/PostgreSQL.hpp')
-rw-r--r--controller/PostgreSQL.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/PostgreSQL.hpp b/controller/PostgreSQL.hpp
index 637b2974..acbc65a6 100644
--- a/controller/PostgreSQL.hpp
+++ b/controller/PostgreSQL.hpp
@@ -107,7 +107,7 @@ public:
virtual void eraseNetwork(const uint64_t networkId);
virtual void eraseMember(const uint64_t networkId, const uint64_t memberId);
virtual void nodeIsOnline(const uint64_t networkId, const uint64_t memberId, const InetAddress &physicalAddress);
- virtual std::string getSSOAuthURL(const nlohmann::json &member, const std::string &redirectURL);
+ virtual AuthInfo getSSOAuthInfo(const nlohmann::json &member, const std::string &redirectURL);
protected:
struct _PairHasher