Signature
Parameters
Optional[str]
New label/name for this 2FA method
Optional[str]
Set this method as the primary/default 2FA method
Returns
dict
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
VastAI.tfa_update(
label: Optional[str] = None,
set_primary: Optional[str] = None
) -> dict
dict
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.tfa_update()
print(result)