Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-WebConnect.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wsgate/nova_token_auth.hpp')
-rw-r--r--wsgate/nova_token_auth.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/wsgate/nova_token_auth.hpp b/wsgate/nova_token_auth.hpp
index 7711153..d8f4332 100644
--- a/wsgate/nova_token_auth.hpp
+++ b/wsgate/nova_token_auth.hpp
@@ -70,7 +70,8 @@ namespace wsgate {
std::string osPassword,
std::string osTenantName,
std::string consoleToken,
- std::string keystoneVersion) = 0;
+ std::string keystoneVersion,
+ std::string osRegion) = 0;
};