Skip to content

Commit 2def286

Browse files
committed
Add TOTP to Authentication backend message
1 parent 686afdc commit 2def286

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)