/
usr
/
lib
/
python3
/
dist-packages
/
cryptography
/
hazmat
/
primitives
/
twofactor
/
/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/twofactor
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
hotp.py
2826
0644
edit
dl
rm
totp.py
1912
0644
edit
dl
rm
utils.py
982
0644
edit
dl
rm
__init__.py
222
0644
edit
dl
rm
Edit:
/usr/lib/python3/dist-packages/cryptography/hazmat/primitives/twofactor/__init__.py
(222B)
# This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. class InvalidToken(Exception): pass
Save
# This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. class InvalidToken(Exception): pass