summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine-oslogin/utils/oslogin_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'packages/google-compute-engine-oslogin/utils/oslogin_utils.h')
-rw-r--r--packages/google-compute-engine-oslogin/utils/oslogin_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/google-compute-engine-oslogin/utils/oslogin_utils.h b/packages/google-compute-engine-oslogin/utils/oslogin_utils.h
index 3788521..6cd2024 100644
--- a/packages/google-compute-engine-oslogin/utils/oslogin_utils.h
+++ b/packages/google-compute-engine-oslogin/utils/oslogin_utils.h
@@ -193,7 +193,7 @@ bool ParseJsonToChallenges(const string& json, vector<Challenge> *challenges);
bool StartSession(const string& email, string* response);
// Calls the continueSession API.
-bool ContinueSession(const string& email, const string& user_token,
+bool ContinueSession(bool alt, const string& email, const string& user_token,
const string& session_id, const Challenge& challenge,
string* response);