AuthMFAAdminListFactorsResponsetype AuthMFAAdminListFactorsResponse = {data: {factors: Factor[]; }; error: null; } | {data: null; error: AuthError; };§Type§{data: {factors: Factor[]; }; error: null; } | {data: null; error: AuthError; }[src]