AuthMFAEnrollTOTPResponsetype AuthMFAEnrollTOTPResponse = {data: {id: string; type: "totp"; totp: {qr_code: string; secret: string; uri: string; }; friendly_name?: string; }; error: null; } | {data: null; error: AuthError; };§Type§{data: {id: string; type: "totp"; totp: {qr_code: string; secret: string; uri: string; }; friendly_name?: string; }; error: null; } | {data: null; error: AuthError; }[src]