LICENSE.txt
README.md
setup.cfg
setup.py
stytch/__init__.py
stytch/client.py
stytch/version.py
stytch.egg-info/PKG-INFO
stytch.egg-info/SOURCES.txt
stytch.egg-info/dependency_links.txt
stytch.egg-info/requires.txt
stytch.egg-info/top_level.txt
stytch/api/__init__.py
stytch/api/crypto_wallets.py
stytch/api/magic_links.py
stytch/api/magic_links_email.py
stytch/api/oauth.py
stytch/api/otp.py
stytch/api/otp_email.py
stytch/api/otp_sms.py
stytch/api/otp_whatsapp.py
stytch/api/passwords.py
stytch/api/passwords_email.py
stytch/api/passwords_existing_password.py
stytch/api/passwords_session.py
stytch/api/sessions.py
stytch/api/totps.py
stytch/api/users.py
stytch/api/webauthn.py
stytch/core/__init__.py
stytch/core/api_base.py
stytch/core/models.py
stytch/core/http/__init__.py
stytch/core/http/client.py
stytch/models/__init__.py
stytch/models/crypto_wallets.py
stytch/models/magic_links.py
stytch/models/magic_links_email.py
stytch/models/oauth.py
stytch/models/otp.py
stytch/models/otp_email.py
stytch/models/otp_sms.py
stytch/models/otp_whatsapp.py
stytch/models/passwords.py
stytch/models/passwords_email.py
stytch/models/passwords_existing_password.py
stytch/models/passwords_session.py
stytch/models/sessions.py
stytch/models/totps.py
stytch/models/users.py
stytch/models/webauthn.py
test/test_integration.py
test/test_integration_async.py