Signature
Parameters
Optional[str]
Phone number to receive SMS code (E.164 format, e.g., +1234567890)
Optional[str]
Secret token from the original 2FA login attempt
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_resend_sms(
phone_number: Optional[str] = None,
secret: Optional[str] = None
) -> dict
dict
from vastai import VastAI
client = VastAI(api_key="YOUR_API_KEY")
result = client.tfa_resend_sms()
print(result)