Skip to content

Commit 1ba4876

Browse files
sharmagotmkottakota1
authored andcommitted
Add TOTP support to Startup message for authentication (#577)
1 parent 916f9ad commit 1ba4876

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertica_python/vertica/messages/backend_messages/authentication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class Authentication(BackendMessage):
5757
PASSWORD_CHANGED = 10 # client doesn't do password changing, this should never be seen
5858
PASSWORD_GRACE = 11
5959
OAUTH = 12
60+
TOTP = 14
6061
HASH = 65536
6162
HASH_MD5 = 65536 + 5
6263
HASH_SHA512 = 65536 + 512

0 commit comments

Comments
 (0)