# Import TFA class from tfa_python_sdk import TFA # Define your access token and initial auth auth = TFA("access_token") # Authenticate user result = auth.authUser("user_token")