Files
django-mfa2/mfa/__init__.py
Mohamed El-Kalioby 0ddef51eaa Resident Key is done
2022-10-16 18:59:46 +03:00

5 lines
308 B
Python

__version__="2.7.1"
from fido2.webauthn import ResidentKeyRequirement as ResidentKey
from fido2.webauthn import AuthenticatorAttachment as Attachment
from fido2.webauthn import UserVerificationRequirement as UserVerification
from fido2.webauthn import AttestationConveyancePreference as AttestationPreference