type InitiateTotpMfaOptions = { mfaMethod: "totp"; idempotencyKey?: string; };
mfaMethod
"totp"
idempotencyKey?
string
Was this page helpful?