5 lines
308 B
Python
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 |