Skip to content

Files

Latest commit

May 1, 2023
8240ea4 · May 1, 2023

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")