from optexity import Optexityoptexity = Optexity(api_key="your-api-key")optexity.link_email_2fa(email="your-email@example.com") # link the email 2FAoptexity.get_2fa_code() # get the 2FA code
from optexity import Optexityoptexity = Optexity(api_key="your-api-key")optexity.link_authenticator_2fa(secret_key="your-secret-key") # link the authenticator 2FAoptexity.get_2fa_code() # get the 2FA code