summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/authentication_method.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/protocol/authentication_method.h')
-rw-r--r--remoting/protocol/authentication_method.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/authentication_method.h b/remoting/protocol/authentication_method.h
index df7937b..c2265d5 100644
--- a/remoting/protocol/authentication_method.h
+++ b/remoting/protocol/authentication_method.h
@@ -24,6 +24,7 @@ class AuthenticationMethod {
enum MethodType {
INVALID,
SPAKE2,
+ SPAKE2_PAIR,
THIRD_PARTY
};
@@ -35,6 +36,7 @@ class AuthenticationMethod {
// Constructors for various authentication methods.
static AuthenticationMethod Invalid();
static AuthenticationMethod Spake2(HashFunction hash_function);
+ static AuthenticationMethod Spake2Pair();
static AuthenticationMethod ThirdParty();
// Parses a string that defines an authentication method. Returns an