Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function submitMfaVerification(options: SubmitMfaVerificationOptions): Promise<void>;
options
SubmitMfaVerificationOptions
Promise
void
// TOTP verification await submitMfaVerification({ mfaMethod: "totp", mfaCode: "123456" }); // SMS verification await submitMfaVerification({ mfaMethod: "sms", mfaCode: "654321" });
Was this page helpful?