Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 194 Bytes

intro.md

File metadata and controls

10 lines (8 loc) · 194 Bytes
# 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")