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.hpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/wsgate/nova_token_auth.hpp b/wsgate/nova_token_auth.hpp
index d8f4332..1f6028e 100644
--- a/wsgate/nova_token_auth.hpp
+++ b/wsgate/nova_token_auth.hpp
@@ -68,7 +68,12 @@ namespace wsgate {
virtual nova_console_info get_console_info(std::string osAuthUrl,
std::string osUserName,
std::string osPassword,
- std::string osTenantName,
+ std::string osProjectName,
+ std::string osProjectId,
+ std::string osProjectDomainName,
+ std::string osUserDomainName,
+ std::string osProjectDomainId,
+ std::string osUserDomainId,
std::string consoleToken,
std::string keystoneVersion,
std::string osRegion) = 0;