type InitiateSmsMfaOptions = { mfaMethod: "sms"; phoneNumber: string; };
mfaMethod
"sms"
phoneNumber
string
Was this page helpful?