getMfaFactors
Retrieves the list of MFA factors configured for the current user.
Import
import { BaseSignerClient } from "@account-kit/signer";
Returns
Promise<{ multiFactors: Array<MfaFactor> }>
A promise that resolves to an array of configured MFA factors