AuthMFAListFactorsResponsetype AuthMFAListFactorsResponse = {data: {all: Factor[]; totp: Factor[]; phone: Factor[]; }; error: null; } | {data: null; error: AuthError; };§Type§{data: {all: Factor[]; totp: Factor[]; phone: Factor[]; }; error: null; } | {data: null; error: AuthError; }[src]