type SubmitMfaEnrollmentOptions = { mfaMethod: MfaMethod; mfaCode: string; };
mfaMethod
MfaMethod
mfaCode
string
Was this page helpful?